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=34
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=35",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=33"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 601,
            "id_string": "ccd6a6-dae2b6-dfe8cc-f7eddb-candytone",
            "name": "Cloud Amber Dusk",
            "colors": [
                "#CCD6A6",
                "#DAE2B6",
                "#DFE8CC",
                "#F7EDDB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.342049Z"
        },
        {
            "id": 697,
            "id_string": "191825-865dff-e384ff-ffa3fd-huedrift",
            "name": "Electric Iris Haze",
            "colors": [
                "#191825",
                "#865DFF",
                "#E384FF",
                "#FFA3FD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.841185Z"
        },
        {
            "id": 679,
            "id_string": "f7f7f7-eeeeee-393e46-929aab-retroswatch",
            "name": "Slate Breeze",
            "colors": [
                "#F7F7F7",
                "#EEEEEE",
                "#393E46",
                "#929AAB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.756596Z"
        },
        {
            "id": 626,
            "id_string": "2b3a55-ce7777-e8c4c4-f2e5e5-mossyhex",
            "name": "Cool Crimson Dawn",
            "colors": [
                "#2B3A55",
                "#CE7777",
                "#E8C4C4",
                "#F2E5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.466846Z"
        },
        {
            "id": 690,
            "id_string": "22577a-38a3a5-57cc99-80ed99-hexharbor",
            "name": "Electric Pine Mist",
            "colors": [
                "#22577A",
                "#38A3A5",
                "#57CC99",
                "#80ED99"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.808452Z"
        },
        {
            "id": 551,
            "id_string": "f3f3e0-133e87-608bc1-cbdceb-candytone",
            "name": "Sky Drift",
            "colors": [
                "#F3F3E0",
                "#133E87",
                "#608BC1",
                "#CBDCEB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.104206Z"
        },
        {
            "id": 1077,
            "id_string": "f8ede3-dfd3c3-d0b8a8-c5705d-retroswatch",
            "name": "Cool Coral Dusk",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#C5705D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.250716Z"
        },
        {
            "id": 402,
            "id_string": "b5eaea-edf6e5-ffbcbc-f38ba0-swatchbird",
            "name": "Soft Ruby Haze",
            "colors": [
                "#B5EAEA",
                "#EDF6E5",
                "#FFBCBC",
                "#F38BA0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.313514Z"
        },
        {
            "id": 684,
            "id_string": "ffb3b3-ffdba4-ffe9ae-c1efff-studiomochi",
            "name": "Pastel Rose Drift",
            "colors": [
                "#FFB3B3",
                "#FFDBA4",
                "#FFE9AE",
                "#C1EFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.780860Z"
        },
        {
            "id": 687,
            "id_string": "00a9ff-89cff3-a0e9ff-cdf5fd-tonecraft",
            "name": "Vivid Tide Dream",
            "colors": [
                "#00A9FF",
                "#89CFF3",
                "#A0E9FF",
                "#CDF5FD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.794924Z"
        }
    ]
}