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=109
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=110",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=108"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 640,
            "id_string": "82aae3-91d8e4-bfeaf5-eafdfc-pixelpine",
            "name": "Cloud Teal Glow",
            "colors": [
                "#82AAE3",
                "#91D8E4",
                "#BFEAF5",
                "#EAFDFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.567993Z"
        },
        {
            "id": 1060,
            "id_string": "e2c2b9-bfd8b8-e7eab5-f1f7e7-mossyhex",
            "name": "Cloud Sunbeam Breeze",
            "colors": [
                "#E2C2B9",
                "#BFD8B8",
                "#E7EAB5",
                "#F1F7E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.170287Z"
        },
        {
            "id": 611,
            "id_string": "a8e6cf-fdffab-ffd3b6-ffaaa5-retroswatch",
            "name": "Cloud Sunbeam Breeze",
            "colors": [
                "#A8E6CF",
                "#FDFFAB",
                "#FFD3B6",
                "#FFAAA5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.389532Z"
        },
        {
            "id": 1113,
            "id_string": "f1c5c5-faf0af-e5edb7-8bcdcd-duskpixel",
            "name": "Cloud Sunbeam Bay",
            "colors": [
                "#F1C5C5",
                "#FAF0AF",
                "#E5EDB7",
                "#8BCDCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.419353Z"
        },
        {
            "id": 593,
            "id_string": "ecf2ff-e3dffd-e5d1fa-fff4d2-cobaltcat",
            "name": "Cloud Sky Dream",
            "colors": [
                "#ECF2FF",
                "#E3DFFD",
                "#E5D1FA",
                "#FFF4D2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.303260Z"
        },
        {
            "id": 533,
            "id_string": "e97777-ff9f9f-fcddb0-fffad7-nordichue",
            "name": "Cloud Scarlet Sunset",
            "colors": [
                "#E97777",
                "#FF9F9F",
                "#FCDDB0",
                "#FFFAD7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.010322Z"
        },
        {
            "id": 776,
            "id_string": "ffafaf-fbffe2-ffebcc-ff9999-duskpixel",
            "name": "Cloud Scarlet Mist",
            "colors": [
                "#FFAFAF",
                "#FBFFE2",
                "#FFEBCC",
                "#FF9999"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.223579Z"
        },
        {
            "id": 393,
            "id_string": "eac7c7-a0c3d2-f7f5eb-eae0da-mossyhex",
            "name": "Cloud Scarlet Field",
            "colors": [
                "#EAC7C7",
                "#A0C3D2",
                "#F7F5EB",
                "#EAE0DA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.272000Z"
        },
        {
            "id": 863,
            "id_string": "ffadad-ffdac7-ffefbc-fffeb7-huedrift",
            "name": "Cloud Scarlet Breeze",
            "colors": [
                "#FFADAD",
                "#FFDAC7",
                "#FFEFBC",
                "#FFFEB7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.013538Z"
        },
        {
            "id": 928,
            "id_string": "fcf9ea-badfdb-ffa4a4-ffbdbd-huedrift",
            "name": "Cloud Ruby Harbor",
            "colors": [
                "#FCF9EA",
                "#BADFDB",
                "#FFA4A4",
                "#FFBDBD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.331453Z"
        }
    ]
}