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=85
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=86",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=84"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1174,
            "id_string": "f7cfd8-f4f8d3-a6d6d6-8e7dbe-duskpixel",
            "name": "Cloud Lime Veil",
            "colors": [
                "#F7CFD8",
                "#F4F8D3",
                "#A6D6D6",
                "#8E7DBE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.711874Z"
        },
        {
            "id": 1161,
            "id_string": "222831-393e46-d65a31-eeeeee-paperfox",
            "name": "Warm Ruby Sunset",
            "colors": [
                "#222831",
                "#393E46",
                "#D65A31",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.652498Z"
        },
        {
            "id": 145,
            "id_string": "ff8648-c20015-000000-1a1a1a-comficker",
            "name": "Retro Green Monster",
            "colors": [
                "#FF8648",
                "#C20015",
                "#000000",
                "#1A1A1A"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.132022Z"
        },
        {
            "id": 347,
            "id_string": "27374d-526d82-9db2bf-dde6ed-duskpixel",
            "name": "Warm Sky Tide",
            "colors": [
                "#27374D",
                "#526D82",
                "#9DB2BF",
                "#DDE6ED"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.053294Z"
        },
        {
            "id": 809,
            "id_string": "beadfa-d0bfff-dfccfb-fff8c9-duskpixel",
            "name": "Soft Indigo Dusk",
            "colors": [
                "#BEADFA",
                "#D0BFFF",
                "#DFCCFB",
                "#FFF8C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.387231Z"
        },
        {
            "id": 1171,
            "id_string": "cece5a-ffe17b-fd8d14-c51605-tonecraft",
            "name": "Citrine Tide",
            "colors": [
                "#CECE5A",
                "#FFE17B",
                "#FD8D14",
                "#C51605"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.698223Z"
        },
        {
            "id": 1168,
            "id_string": "fff5fd-ff96ad-005a8d-022e57-palettepup",
            "name": "Vivid Plum Glow",
            "colors": [
                "#FFF5FD",
                "#FF96AD",
                "#005A8D",
                "#022E57"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.684701Z"
        },
        {
            "id": 1170,
            "id_string": "265073-2d9596-9ad0c2-f1fada-cobaltcat",
            "name": "Electric Meadow Glow",
            "colors": [
                "#265073",
                "#2D9596",
                "#9AD0C2",
                "#F1FADA"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.693801Z"
        },
        {
            "id": 1165,
            "id_string": "bb3b0e-dd7631-708160-d8c593-studiomochi",
            "name": "Electric Apricot Meadow",
            "colors": [
                "#BB3B0E",
                "#DD7631",
                "#708160",
                "#D8C593"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.670992Z"
        },
        {
            "id": 1162,
            "id_string": "525252-414141-313131-ca3e47-paperfox",
            "name": "Twilight Rose Hush",
            "colors": [
                "#525252",
                "#414141",
                "#313131",
                "#CA3E47"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.657143Z"
        }
    ]
}