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=18
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=19",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=17"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 800,
            "id_string": "b9eddd-87cbb9-569daa-577d86-mossyhex",
            "name": "Warm Mint Bay",
            "colors": [
                "#B9EDDD",
                "#87CBB9",
                "#569DAA",
                "#577D86"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.335267Z"
        },
        {
            "id": 340,
            "id_string": "e3fdfd-cbf1f5-a6e3e9-71c9ce-cobaltcat",
            "name": "Pale Cyan Sunset",
            "colors": [
                "#E3FDFD",
                "#CBF1F5",
                "#A6E3E9",
                "#71C9CE"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.013423Z"
        },
        {
            "id": 457,
            "id_string": "a1eafb-fdfdfd-ffcef3-cabbe9-minthaze",
            "name": "Pale Plum Dream",
            "colors": [
                "#A1EAFB",
                "#FDFDFD",
                "#FFCEF3",
                "#CABBE9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.569601Z"
        },
        {
            "id": 864,
            "id_string": "fed9ed-e7bcde-bb9cc0-67729d-retroswatch",
            "name": "Electric Plum Dawn",
            "colors": [
                "#FED9ED",
                "#E7BCDE",
                "#BB9CC0",
                "#67729D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.018407Z"
        },
        {
            "id": 767,
            "id_string": "e7dec8-cbaf87-7e8a97-30475e-swatchbird",
            "name": "Cool Apricot Tide",
            "colors": [
                "#E7DEC8",
                "#CBAF87",
                "#7E8A97",
                "#30475E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.178664Z"
        },
        {
            "id": 396,
            "id_string": "be9fe1-c9b6e4-e1ccec-f1f1f6-cobaltcat",
            "name": "Pastel Violet Dawn",
            "colors": [
                "#BE9FE1",
                "#C9B6E4",
                "#E1CCEC",
                "#F1F1F6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.285746Z"
        },
        {
            "id": 363,
            "id_string": "867070-d5b4b4-e4d0d0-f5ebeb-coloreef",
            "name": "Cool Rose Grove",
            "colors": [
                "#867070",
                "#D5B4B4",
                "#E4D0D0",
                "#F5EBEB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.130629Z"
        },
        {
            "id": 1246,
            "id_string": "f47c7c-f7f48b-a1de93-70a1d7-swatchbird",
            "name": "Electric Sunbeam Tide",
            "colors": [
                "#F47C7C",
                "#F7F48B",
                "#A1DE93",
                "#70A1D7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.065662Z"
        },
        {
            "id": 753,
            "id_string": "362222-171010-423f3e-2b2b2b-mossyhex",
            "name": "Midnight Rose Mist",
            "colors": [
                "#362222",
                "#171010",
                "#423F3E",
                "#2B2B2B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.114440Z"
        },
        {
            "id": 508,
            "id_string": "483434-6b4f4f-eed6c4-fff3e4-nordichue",
            "name": "Neon Coral Tide",
            "colors": [
                "#483434",
                "#6B4F4F",
                "#EED6C4",
                "#FFF3E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.815154Z"
        }
    ]
}