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=color_count&page=10
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=color_count&page=11",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=9"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 366,
            "id_string": "96b6c5-adc4ce-eee0c9-f1f0e8-swatchbird",
            "name": "Pale Apricot Dream",
            "colors": [
                "#96B6C5",
                "#ADC4CE",
                "#EEE0C9",
                "#F1F0E8"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.144911Z"
        },
        {
            "id": 1300,
            "id_string": "ffffff-000000-d8d8d8-c9c9c9-hoanglambk57",
            "name": "Tiny Ghost",
            "colors": [
                "#FFFFFF",
                "#000000",
                "#D8D8D8",
                "#C9C9C9"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "art",
            "status": "public",
            "updated": "2026-06-28T14:47:46.382491Z"
        },
        {
            "id": 368,
            "id_string": "c4dfdf-d2e9e9-e3f4f4-f8f6f4-studiomochi",
            "name": "Pastel Aqua Dream",
            "colors": [
                "#C4DFDF",
                "#D2E9E9",
                "#E3F4F4",
                "#F8F6F4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.154287Z"
        },
        {
            "id": 726,
            "id_string": "ffbe98-feece2-f7ded0-e2bfb3-coloreef",
            "name": "Soft Coral Glow",
            "colors": [
                "#FFBE98",
                "#FEECE2",
                "#F7DED0",
                "#E2BFB3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.976227Z"
        },
        {
            "id": 1210,
            "id_string": "fc4100-ffc55a-00215e-2c4e80-paperfox",
            "name": "Neon Coral Breeze",
            "colors": [
                "#FC4100",
                "#FFC55A",
                "#00215E",
                "#2C4E80"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.878113Z"
        },
        {
            "id": 565,
            "id_string": "cde8e5-eef7ff-7ab2b2-4d869c-cobaltcat",
            "name": "Neon Tide Bloom",
            "colors": [
                "#CDE8E5",
                "#EEF7FF",
                "#7AB2B2",
                "#4D869C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.170313Z"
        },
        {
            "id": 584,
            "id_string": "ffeeee-fff6ea-f7e9d7-ebd8c3-hexharbor",
            "name": "Pale Ruby Dawn",
            "colors": [
                "#FFEEEE",
                "#FFF6EA",
                "#F7E9D7",
                "#EBD8C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.261714Z"
        },
        {
            "id": 639,
            "id_string": "f85f73-fbe8d3-928a97-283c63-duskpixel",
            "name": "Neon Rose Dawn",
            "colors": [
                "#F85F73",
                "#FBE8D3",
                "#928A97",
                "#283C63"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.563196Z"
        },
        {
            "id": 1269,
            "id_string": "bedbbb-8db596-92817a-707070-swatchbird",
            "name": "Forest Grove",
            "colors": [
                "#BEDBBB",
                "#8DB596",
                "#92817A",
                "#707070"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.186182Z"
        },
        {
            "id": 1067,
            "id_string": "cb9df0-f0c1e1-fddbbb-fff9bf-retroswatch",
            "name": "Pale Honey Bloom",
            "colors": [
                "#CB9DF0",
                "#F0C1E1",
                "#FDDBBB",
                "#FFF9BF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.203976Z"
        }
    ]
}