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=32
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=33",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=31"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 494,
            "id_string": "ccd6a6-dae2b6-f4ead5-fffbe9-hexharbor",
            "name": "Pale Sunbeam Glow",
            "colors": [
                "#CCD6A6",
                "#DAE2B6",
                "#F4EAD5",
                "#FFFBE9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.748818Z"
        },
        {
            "id": 658,
            "id_string": "f7a4a4-febe8c-fffbc1-b6e2a1-huedrift",
            "name": "Soft Gold Field",
            "colors": [
                "#F7A4A4",
                "#FEBE8C",
                "#FFFBC1",
                "#B6E2A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.656187Z"
        },
        {
            "id": 486,
            "id_string": "e7cccc-ede8dc-a5b68d-c1cfa1-palettepup",
            "name": "Crimson Meadow",
            "colors": [
                "#E7CCCC",
                "#EDE8DC",
                "#A5B68D",
                "#C1CFA1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.712028Z"
        },
        {
            "id": 624,
            "id_string": "607274-faeed1-ded0b6-b2a59b-duskpixel",
            "name": "Vivid Apricot Breeze",
            "colors": [
                "#607274",
                "#FAEED1",
                "#DED0B6",
                "#B2A59B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.457560Z"
        },
        {
            "id": 676,
            "id_string": "beebe9-f4dada-ffb6b9-f6eec7-palettepup",
            "name": "Soft Blush Drift",
            "colors": [
                "#BEEBE9",
                "#F4DADA",
                "#FFB6B9",
                "#F6EEC7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.738686Z"
        },
        {
            "id": 672,
            "id_string": "181d31-678983-e6ddc4-f0e9d2-tonecraft",
            "name": "Cool Sunbeam Grove",
            "colors": [
                "#181D31",
                "#678983",
                "#E6DDC4",
                "#F0E9D2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.720150Z"
        },
        {
            "id": 745,
            "id_string": "7fb77e-b1d7b4-f7f6dc-ffc090-cobaltcat",
            "name": "Neon Coral Bay",
            "colors": [
                "#7FB77E",
                "#B1D7B4",
                "#F7F6DC",
                "#FFC090"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.075365Z"
        },
        {
            "id": 917,
            "id_string": "254336-6b8a7a-b7b597-dad3be-studiomochi",
            "name": "Cool Teal Glow",
            "colors": [
                "#254336",
                "#6B8A7A",
                "#B7B597",
                "#DAD3BE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.280598Z"
        },
        {
            "id": 673,
            "id_string": "ffc996-ff8474-9f5f80-583d72-duskpixel",
            "name": "Vivid Apricot Veil",
            "colors": [
                "#FFC996",
                "#FF8474",
                "#9F5F80",
                "#583D72"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.724587Z"
        },
        {
            "id": 884,
            "id_string": "e8ffff-a6f6f1-41aea9-213e3b-paperfox",
            "name": "Neon Cyan Bloom",
            "colors": [
                "#E8FFFF",
                "#A6F6F1",
                "#41AEA9",
                "#213E3B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.121395Z"
        }
    ]
}