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=47
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=48",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=46"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 993,
            "id_string": "303a52-574b90-9e579d-fc85ae-hexharbor",
            "name": "Electric Blush Field",
            "colors": [
                "#303A52",
                "#574B90",
                "#9E579D",
                "#FC85AE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.852238Z"
        },
        {
            "id": 585,
            "id_string": "be8abf-ea9abb-fea5ad-f8c3af-minthaze",
            "name": "Electric Blush Sunset",
            "colors": [
                "#BE8ABF",
                "#EA9ABB",
                "#FEA5AD",
                "#F8C3AF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.266251Z"
        },
        {
            "id": 401,
            "id_string": "feffde-ddffbc-91c788-52734d-swatchbird",
            "name": "Electric Citrine Grove",
            "colors": [
                "#FEFFDE",
                "#DDFFBC",
                "#91C788",
                "#52734D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.308804Z"
        },
        {
            "id": 597,
            "id_string": "fbfacd-debace-ba94d1-7f669d-swatchbird",
            "name": "Electric Citrine Grove",
            "colors": [
                "#FBFACD",
                "#DEBACE",
                "#BA94D1",
                "#7F669D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.321523Z"
        },
        {
            "id": 373,
            "id_string": "f5f7f8-f4ce14-495e57-45474b-minthaze",
            "name": "Electric Citrine Haze",
            "colors": [
                "#F5F7F8",
                "#F4CE14",
                "#495E57",
                "#45474B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.177370Z"
        },
        {
            "id": 737,
            "id_string": "cff5e7-a0e4cb-59c1bd-0d4c92-paperfox",
            "name": "Electric Cobalt Meadow",
            "colors": [
                "#CFF5E7",
                "#A0E4CB",
                "#59C1BD",
                "#0D4C92"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.033715Z"
        },
        {
            "id": 1045,
            "id_string": "ffcb91-ffefa1-94ebcd-6ddccf-coloreef",
            "name": "Electric Coral Bay",
            "colors": [
                "#FFCB91",
                "#FFEFA1",
                "#94EBCD",
                "#6DDCCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.101436Z"
        },
        {
            "id": 1206,
            "id_string": "fcf5ed-f4bf96-ce5a67-1f1717-huedrift",
            "name": "Electric Coral Bay",
            "colors": [
                "#FCF5ED",
                "#F4BF96",
                "#CE5A67",
                "#1F1717"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.859886Z"
        },
        {
            "id": 651,
            "id_string": "ffc6ac-fff6dc-c4c1a4-9e9fa5-mossyhex",
            "name": "Electric Coral Drift",
            "colors": [
                "#FFC6AC",
                "#FFF6DC",
                "#C4C1A4",
                "#9E9FA5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.620713Z"
        },
        {
            "id": 644,
            "id_string": "3a3845-f7ccac-c69b7b-826f66-minthaze",
            "name": "Electric Coral Dusk",
            "colors": [
                "#3A3845",
                "#F7CCAC",
                "#C69B7B",
                "#826F66"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.588003Z"
        }
    ]
}