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=9
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=10",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=8"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 377,
            "id_string": "a75d5d-d3756b-f0997d-ffc3a1-candytone",
            "name": "Amber Dusk",
            "colors": [
                "#A75D5D",
                "#D3756B",
                "#F0997D",
                "#FFC3A1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.195978Z"
        },
        {
            "id": 596,
            "id_string": "bfcba8-5b8a72-56776c-464f41-studiomochi",
            "name": "Meadow Grove",
            "colors": [
                "#BFCBA8",
                "#5B8A72",
                "#56776C",
                "#464F41"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.317137Z"
        },
        {
            "id": 535,
            "id_string": "155263-ff6f3c-ff9a3c-ffc93c-candytone",
            "name": "Vivid Coral Harbor",
            "colors": [
                "#155263",
                "#FF6F3C",
                "#FF9A3C",
                "#FFC93C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.022244Z"
        },
        {
            "id": 1147,
            "id_string": "7fc8a9-d5eebb-5f7a61-444941-paperfox",
            "name": "Warm Meadow Dusk",
            "colors": [
                "#7FC8A9",
                "#D5EEBB",
                "#5F7A61",
                "#444941"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.577605Z"
        },
        {
            "id": 851,
            "id_string": "cff6cf-cfe5cf-e5cfe5-f6def6-mossyhex",
            "name": "Soft Jade Hush",
            "colors": [
                "#CFF6CF",
                "#CFE5CF",
                "#E5CFE5",
                "#F6DEF6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.952753Z"
        },
        {
            "id": 986,
            "id_string": "f2e3db-41644a-263a29-e86a33-huedrift",
            "name": "Electric Apricot Dream",
            "colors": [
                "#F2E3DB",
                "#41644A",
                "#263A29",
                "#E86A33"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.819780Z"
        },
        {
            "id": 1230,
            "id_string": "d8d9cf-ededed-ff8787-e26868-nordichue",
            "name": "Cloud Rose Drift",
            "colors": [
                "#D8D9CF",
                "#EDEDED",
                "#FF8787",
                "#E26868"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.970920Z"
        },
        {
            "id": 375,
            "id_string": "fdefef-f4dfd0-dad0c2-cdbba7-candytone",
            "name": "Pale Ruby Bloom",
            "colors": [
                "#FDEFEF",
                "#F4DFD0",
                "#DAD0C2",
                "#CDBBA7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.186573Z"
        },
        {
            "id": 817,
            "id_string": "632626-9d5353-bf8b67-dacc96-huedrift",
            "name": "Gold Tide",
            "colors": [
                "#632626",
                "#9D5353",
                "#BF8B67",
                "#DACC96"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.458068Z"
        },
        {
            "id": 446,
            "id_string": "fcf5ee-fbe8e7-f7ddde-ffc4d0-tonecraft",
            "name": "Cloud Rose Bloom",
            "colors": [
                "#FCF5EE",
                "#FBE8E7",
                "#F7DDDE",
                "#FFC4D0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.519000Z"
        }
    ]
}