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=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=name&page=53",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=51"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1160,
            "id_string": "86469c-bc7fcd-fb9ad1-ffcdea-huedrift",
            "name": "Electric Plum Veil",
            "colors": [
                "#86469C",
                "#BC7FCD",
                "#FB9AD1",
                "#FFCDEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.647886Z"
        },
        {
            "id": 1146,
            "id_string": "f7f3e9-a3d2ca-5eaaa8-f05945-coloreef",
            "name": "Electric Rose Drift",
            "colors": [
                "#F7F3E9",
                "#A3D2CA",
                "#5EAAA8",
                "#F05945"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.573162Z"
        },
        {
            "id": 643,
            "id_string": "800000-982b1c-dad4b5-f2e8c6-hexharbor",
            "name": "Electric Ruby Dawn",
            "colors": [
                "#800000",
                "#982B1C",
                "#DAD4B5",
                "#F2E8C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.583401Z"
        },
        {
            "id": 519,
            "id_string": "838383-ad9d9d-d9adad-fccbcb-palettepup",
            "name": "Electric Ruby Dream",
            "colors": [
                "#838383",
                "#AD9D9D",
                "#D9ADAD",
                "#FCCBCB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.897540Z"
        },
        {
            "id": 456,
            "id_string": "dddddd-222831-30475e-f05454-nordichue",
            "name": "Electric Ruby Drift",
            "colors": [
                "#DDDDDD",
                "#222831",
                "#30475E",
                "#F05454"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.565037Z"
        },
        {
            "id": 738,
            "id_string": "393232-4d4545-8d6262-ed8d8d-mossyhex",
            "name": "Electric Ruby Harbor",
            "colors": [
                "#393232",
                "#4D4545",
                "#8D6262",
                "#ED8D8D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.038266Z"
        },
        {
            "id": 1292,
            "id_string": "233142-455d7a-f95959-e3e3e3-coloreef",
            "name": "Electric Ruby Hush",
            "colors": [
                "#233142",
                "#455D7A",
                "#F95959",
                "#E3E3E3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.302002Z"
        },
        {
            "id": 774,
            "id_string": "944e63-b47b84-caa6a6-ffe7e7-palettepup",
            "name": "Electric Ruby Meadow",
            "colors": [
                "#944E63",
                "#B47B84",
                "#CAA6A6",
                "#FFE7E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.213358Z"
        },
        {
            "id": 1192,
            "id_string": "ffbaba-ffeadb-f7c5a8-678a74-cobaltcat",
            "name": "Electric Scarlet Bay",
            "colors": [
                "#FFBABA",
                "#FFEADB",
                "#F7C5A8",
                "#678A74"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.795744Z"
        },
        {
            "id": 840,
            "id_string": "ffe1e1-90a17d-829460-eeeeee-retroswatch",
            "name": "Electric Scarlet Bloom",
            "colors": [
                "#FFE1E1",
                "#90A17D",
                "#829460",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.842369Z"
        }
    ]
}