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=created&page=77
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=created&page=78",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=76"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 762,
            "id_string": "eb6383-fa9191-ffe9c5-b4f2e1-huedrift",
            "name": "Cloud Ember Tide",
            "colors": [
                "#EB6383",
                "#FA9191",
                "#FFE9C5",
                "#B4F2E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.155821Z"
        },
        {
            "id": 763,
            "id_string": "f4f9f9-f1d1d0-fbaccc-f875aa-studiomochi",
            "name": "Cloud Rose Field",
            "colors": [
                "#F4F9F9",
                "#F1D1D0",
                "#FBACCC",
                "#F875AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.160275Z"
        },
        {
            "id": 764,
            "id_string": "f2e9d0-eaceb4-e79e85-bb5a5a-nordichue",
            "name": "Warm Ember Mist",
            "colors": [
                "#F2E9D0",
                "#EACEB4",
                "#E79E85",
                "#BB5A5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.165071Z"
        },
        {
            "id": 765,
            "id_string": "3e3232-503c3c-7e6363-a87c7c-studiomochi",
            "name": "Dusk Scarlet Hush",
            "colors": [
                "#3E3232",
                "#503C3C",
                "#7E6363",
                "#A87C7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.169573Z"
        },
        {
            "id": 766,
            "id_string": "041c32-04293a-064663-ecb365-cobaltcat",
            "name": "Dusk Cyan Veil",
            "colors": [
                "#041C32",
                "#04293A",
                "#064663",
                "#ECB365"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.174144Z"
        },
        {
            "id": 767,
            "id_string": "e7dec8-cbaf87-7e8a97-30475e-swatchbird",
            "name": "Cool Apricot Tide",
            "colors": [
                "#E7DEC8",
                "#CBAF87",
                "#7E8A97",
                "#30475E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.178664Z"
        },
        {
            "id": 768,
            "id_string": "251b37-372948-ffcaca-ffecef-mossyhex",
            "name": "Vivid Ruby Dream",
            "colors": [
                "#251B37",
                "#372948",
                "#FFCACA",
                "#FFECEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.183182Z"
        },
        {
            "id": 769,
            "id_string": "1f1d36-3f3351-864879-e9a6a6-pixelpine",
            "name": "Rose Dusk",
            "colors": [
                "#1F1D36",
                "#3F3351",
                "#864879",
                "#E9A6A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.187718Z"
        },
        {
            "id": 770,
            "id_string": "001f3f-3a6d8c-6a9ab0-ead8b1-nordichue",
            "name": "Vivid Cobalt Breeze",
            "colors": [
                "#001F3F",
                "#3A6D8C",
                "#6A9AB0",
                "#EAD8B1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.192316Z"
        },
        {
            "id": 771,
            "id_string": "f5efe3-e6e7e5-f7d3ba-a6aa9c-huedrift",
            "name": "Cloud Amber Bay",
            "colors": [
                "#F5EFE3",
                "#E6E7E5",
                "#F7D3BA",
                "#A6AA9C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.197284Z"
        }
    ]
}