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=color_count&page=50
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=color_count&page=51",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=49"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 855,
            "id_string": "f9e0ae-fc8621-c24914-682c0e-nordichue",
            "name": "Neon Ember Hush",
            "colors": [
                "#F9E0AE",
                "#FC8621",
                "#C24914",
                "#682C0E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.971412Z"
        },
        {
            "id": 342,
            "id_string": "f9f5f6-f8e8ee-fdcedf-f2bed1-hexharbor",
            "name": "Pale Blush Harbor",
            "colors": [
                "#F9F5F6",
                "#F8E8EE",
                "#FDCEDF",
                "#F2BED1"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.025132Z"
        },
        {
            "id": 865,
            "id_string": "001c30-176b87-64ccc5-dafffb-swatchbird",
            "name": "Electric Aqua Bloom",
            "colors": [
                "#001C30",
                "#176B87",
                "#64CCC5",
                "#DAFFFB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.023242Z"
        },
        {
            "id": 868,
            "id_string": "6867ac-a267ac-ce7bb0-ffbcd1-pixelpine",
            "name": "Vivid Blush Sunset",
            "colors": [
                "#6867AC",
                "#A267AC",
                "#CE7BB0",
                "#FFBCD1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.043653Z"
        },
        {
            "id": 1163,
            "id_string": "000000-6a097d-c060a1-f1d4d4-nordichue",
            "name": "Neon Mauve Dawn",
            "colors": [
                "#000000",
                "#6A097D",
                "#C060A1",
                "#F1D4D4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.661765Z"
        },
        {
            "id": 550,
            "id_string": "eeebdd-ce1212-810000-1b1717-nordichue",
            "name": "Vivid Crimson Haze",
            "colors": [
                "#EEEBDD",
                "#CE1212",
                "#810000",
                "#1B1717"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.099564Z"
        },
        {
            "id": 736,
            "id_string": "99bbad-ebd8b7-c6a9a3-9a8194-retroswatch",
            "name": "Warm Ember Grove",
            "colors": [
                "#99BBAD",
                "#EBD8B7",
                "#C6A9A3",
                "#9A8194"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.029199Z"
        },
        {
            "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": 858,
            "id_string": "fbfad3-c6e377-729d39-36622b-candytone",
            "name": "Sunbeam Bay",
            "colors": [
                "#FBFAD3",
                "#C6E377",
                "#729D39",
                "#36622B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.985173Z"
        },
        {
            "id": 610,
            "id_string": "9e9d89-e4d3cf-e2bcb7-b67162-hexharbor",
            "name": "Rose Harbor",
            "colors": [
                "#9E9D89",
                "#E4D3CF",
                "#E2BCB7",
                "#B67162"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.385034Z"
        }
    ]
}