Lospec-style palette library. List is index-only fast: filter by size / tag / contained color, sort by popularity — all backed by the composite + GIN indexes on Palette. Create dedupes by signature ("gom trùng").

GET /coloring/palettes/?format=api&ordering=like_count&page=52
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "instance": null,
    "properties": [],
    "meta": null,
    "links": {
        "next": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=53",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=51"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1284,
            "id_string": "ecf2ff-3e54ac-655dbb-bface2-huedrift",
            "name": "Electric Ocean Mist",
            "colors": [
                "#ECF2FF",
                "#3E54AC",
                "#655DBB",
                "#BFACE2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.265646Z"
        },
        {
            "id": 1287,
            "id_string": "dff6f0-46b3e6-4d80e4-2e279d-swatchbird",
            "name": "Cyan Glow",
            "colors": [
                "#DFF6F0",
                "#46B3E6",
                "#4D80E4",
                "#2E279D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.279508Z"
        },
        {
            "id": 1288,
            "id_string": "112b3c-205375-f66b0e-efefef-cobaltcat",
            "name": "Electric Apricot Meadow",
            "colors": [
                "#112B3C",
                "#205375",
                "#F66B0E",
                "#EFEFEF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.283934Z"
        },
        {
            "id": 1283,
            "id_string": "8f87f1-c68efd-e9a5f1-fed2e2-studiomochi",
            "name": "Cloud Indigo Veil",
            "colors": [
                "#8F87F1",
                "#C68EFD",
                "#E9A5F1",
                "#FED2E2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.261087Z"
        },
        {
            "id": 1279,
            "id_string": "ff6b6b-ffd93d-6bcb77-4d96ff-retroswatch",
            "name": "Electric Crimson Veil",
            "colors": [
                "#FF6B6B",
                "#FFD93D",
                "#6BCB77",
                "#4D96FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.242659Z"
        },
        {
            "id": 1280,
            "id_string": "ff9898-cf455c-971549-470031-retroswatch",
            "name": "Neon Rose Dusk",
            "colors": [
                "#FF9898",
                "#CF455C",
                "#971549",
                "#470031"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.247272Z"
        },
        {
            "id": 1291,
            "id_string": "cff1ef-ffffff-fbcffc-be79df-minthaze",
            "name": "Pale Plum Drift",
            "colors": [
                "#CFF1EF",
                "#FFFFFF",
                "#FBCFFC",
                "#BE79DF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.297455Z"
        },
        {
            "id": 1290,
            "id_string": "76ba99-adcf9f-ced89e-ffdcae-candytone",
            "name": "Electric Coral Tide",
            "colors": [
                "#76BA99",
                "#ADCF9F",
                "#CED89E",
                "#FFDCAE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.292943Z"
        },
        {
            "id": 1296,
            "id_string": "351f39-726a95-719fb0-a0c1b8-cobaltcat",
            "name": "Plum Tide",
            "colors": [
                "#351F39",
                "#726A95",
                "#719FB0",
                "#A0C1B8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.322254Z"
        },
        {
            "id": 1234,
            "id_string": "120136-035aa6-40bad5-fcbf1e-coloreef",
            "name": "Dusk Amber Dream",
            "colors": [
                "#120136",
                "#035AA6",
                "#40BAD5",
                "#FCBF1E"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.991014Z"
        }
    ]
}