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=name&page=75
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=name&page=76",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=74"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1064,
            "id_string": "053742-39a2db-a2dbfa-e8f0f2-tonecraft",
            "name": "Neon Aqua Drift",
            "colors": [
                "#053742",
                "#39A2DB",
                "#A2DBFA",
                "#E8F0F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.190022Z"
        },
        {
            "id": 578,
            "id_string": "fafafa-e8f1f5-005691-004a7c-pixelpine",
            "name": "Neon Aqua Glow",
            "colors": [
                "#FAFAFA",
                "#E8F1F5",
                "#005691",
                "#004A7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.233056Z"
        },
        {
            "id": 1090,
            "id_string": "f5f4f4-cae4db-cdac81-00303f-studiomochi",
            "name": "Neon Aqua Grove",
            "colors": [
                "#F5F4F4",
                "#CAE4DB",
                "#CDAC81",
                "#00303F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.310376Z"
        },
        {
            "id": 606,
            "id_string": "d8e3e7-51c4d3-126e82-132c33-studiomochi",
            "name": "Neon Aqua Meadow",
            "colors": [
                "#D8E3E7",
                "#51C4D3",
                "#126E82",
                "#132C33"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.366656Z"
        },
        {
            "id": 346,
            "id_string": "1b262c-0f4c75-3282b8-bbe1fa-nordichue",
            "name": "Neon Aqua Veil",
            "colors": [
                "#1B262C",
                "#0F4C75",
                "#3282B8",
                "#BBE1FA"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.048281Z"
        },
        {
            "id": 462,
            "id_string": "171717-444444-da0037-ededed-paperfox",
            "name": "Neon Blush Dawn",
            "colors": [
                "#171717",
                "#444444",
                "#DA0037",
                "#EDEDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.595075Z"
        },
        {
            "id": 854,
            "id_string": "900c3f-c70039-f94c10-f8de22-pixelpine",
            "name": "Neon Blush Field",
            "colors": [
                "#900C3F",
                "#C70039",
                "#F94C10",
                "#F8DE22"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.966871Z"
        },
        {
            "id": 813,
            "id_string": "290001-87431d-c87941-dbcbbd-duskpixel",
            "name": "Neon Blush Haze",
            "colors": [
                "#290001",
                "#87431D",
                "#C87941",
                "#DBCBBD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.419902Z"
        },
        {
            "id": 996,
            "id_string": "00204a-005792-00bbf0-d9faff-palettepup",
            "name": "Neon Cobalt Drift",
            "colors": [
                "#00204A",
                "#005792",
                "#00BBF0",
                "#D9FAFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.866064Z"
        },
        {
            "id": 1267,
            "id_string": "14279b-3d56b2-5c7aea-e6e6e6-duskpixel",
            "name": "Neon Cobalt Field",
            "colors": [
                "#14279B",
                "#3D56B2",
                "#5C7AEA",
                "#E6E6E6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.177065Z"
        }
    ]
}