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=92
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=93",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=91"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1237,
            "id_string": "d83a56-ff616d-ffeac9-66de93-paperfox",
            "name": "Neon Rose Tide",
            "colors": [
                "#D83A56",
                "#FF616D",
                "#FFEAC9",
                "#66DE93"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.008063Z"
        },
        {
            "id": 1232,
            "id_string": "252525-6930c3-64dfdf-80ffdb-retroswatch",
            "name": "Neon Lagoon Dawn",
            "colors": [
                "#252525",
                "#6930C3",
                "#64DFDF",
                "#80FFDB"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.981661Z"
        },
        {
            "id": 461,
            "id_string": "ffb6b9-fae3d9-bbded6-8ac6d1-huedrift",
            "name": "Cloud Magenta Drift",
            "colors": [
                "#FFB6B9",
                "#FAE3D9",
                "#BBDED6",
                "#8AC6D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.590294Z"
        },
        {
            "id": 1255,
            "id_string": "527853-f9e8d9-f7b787-ee7214-palettepup",
            "name": "Vivid Coral Sunset",
            "colors": [
                "#527853",
                "#F9E8D9",
                "#F7B787",
                "#EE7214"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.117020Z"
        },
        {
            "id": 1136,
            "id_string": "99b898-feceab-ff847c-e84a5f-swatchbird",
            "name": "Neon Crimson Breeze",
            "colors": [
                "#99B898",
                "#FECEAB",
                "#FF847C",
                "#E84A5F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.524776Z"
        },
        {
            "id": 1252,
            "id_string": "ff9843-ffdd95-86a7fc-3468c0-studiomochi",
            "name": "Neon Apricot Sunset",
            "colors": [
                "#FF9843",
                "#FFDD95",
                "#86A7FC",
                "#3468C0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.095288Z"
        },
        {
            "id": 1258,
            "id_string": "fff0d1-795757-664343-3b3030-duskpixel",
            "name": "Vivid Amber Haze",
            "colors": [
                "#FFF0D1",
                "#795757",
                "#664343",
                "#3B3030"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.130689Z"
        },
        {
            "id": 1128,
            "id_string": "fff7d4-ffd95a-c07f00-4c3d3d-pixelpine",
            "name": "Vivid Citrine Breeze",
            "colors": [
                "#FFF7D4",
                "#FFD95A",
                "#C07F00",
                "#4C3D3D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.488168Z"
        },
        {
            "id": 1257,
            "id_string": "fbf9fa-fd0054-a80038-2b2024-nordichue",
            "name": "Vivid Rose Bloom",
            "colors": [
                "#FBF9FA",
                "#FD0054",
                "#A80038",
                "#2B2024"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.126143Z"
        },
        {
            "id": 1249,
            "id_string": "f5f0bb-dbdfaa-b3c890-73a9ad-nordichue",
            "name": "Electric Sunbeam Hush",
            "colors": [
                "#F5F0BB",
                "#DBDFAA",
                "#B3C890",
                "#73A9AD"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.079693Z"
        }
    ]
}