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=105
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=106",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=104"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 675,
            "id_string": "331d2c-3f2e3e-a78295-efe1d1-huedrift",
            "name": "Cool Ember Field",
            "colors": [
                "#331D2C",
                "#3F2E3E",
                "#A78295",
                "#EFE1D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.734135Z"
        },
        {
            "id": 423,
            "id_string": "eac696-c8ae7d-765827-65451f-palettepup",
            "name": "Cool Ember Bloom",
            "colors": [
                "#EAC696",
                "#C8AE7D",
                "#765827",
                "#65451F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.413232Z"
        },
        {
            "id": 721,
            "id_string": "201e43-134b70-508c9b-eeeeee-coloreef",
            "name": "Cool Cyan Haze",
            "colors": [
                "#201E43",
                "#134B70",
                "#508C9B",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.952727Z"
        },
        {
            "id": 1221,
            "id_string": "000000-bd4b4b-efb7b7-eeeeee-swatchbird",
            "name": "Cool Crimson Mist",
            "colors": [
                "#000000",
                "#BD4B4B",
                "#EFB7B7",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.928042Z"
        },
        {
            "id": 711,
            "id_string": "f1d4d4-ddb6c6-ac8daf-484c7f-duskpixel",
            "name": "Cool Crimson Glow",
            "colors": [
                "#F1D4D4",
                "#DDB6C6",
                "#AC8DAF",
                "#484C7F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.905706Z"
        },
        {
            "id": 984,
            "id_string": "e19898-a2678a-4d3c77-3f1d38-tonecraft",
            "name": "Cool Crimson Glow",
            "colors": [
                "#E19898",
                "#A2678A",
                "#4D3C77",
                "#3F1D38"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.810335Z"
        },
        {
            "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": 975,
            "id_string": "9fc088-e8c07d-cc704b-614124-duskpixel",
            "name": "Cool Coral Tide",
            "colors": [
                "#9FC088",
                "#E8C07D",
                "#CC704B",
                "#614124"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.766890Z"
        },
        {
            "id": 430,
            "id_string": "faf1e4-cedebd-9eb384-435334-palettepup",
            "name": "Cool Coral Grove",
            "colors": [
                "#FAF1E4",
                "#CEDEBD",
                "#9EB384",
                "#435334"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.445681Z"
        },
        {
            "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"
        }
    ]
}