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=56
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=57",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=55"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 975,
            "id_string": "9fc088-e8c07d-cc704b-614124-duskpixel",
            "name": "Cool Coral Tide",
            "colors": [
                "#9FC088",
                "#E8C07D",
                "#CC704B",
                "#614124"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.766890Z"
        },
        {
            "id": 919,
            "id_string": "e14d2a-fd841f-3e6d9c-001253-huedrift",
            "name": "Vivid Azure Hush",
            "colors": [
                "#E14D2A",
                "#FD841F",
                "#3E6D9C",
                "#001253"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.290009Z"
        },
        {
            "id": 918,
            "id_string": "cdf0ea-f9f9f9-f6c6ea-faf4b7-pixelpine",
            "name": "Soft Citrine Tide",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#F6C6EA",
                "#FAF4B7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.285250Z"
        },
        {
            "id": 700,
            "id_string": "151515-301b3f-3c415c-b4a5a5-minthaze",
            "name": "Dusk Violet Veil",
            "colors": [
                "#151515",
                "#301B3F",
                "#3C415C",
                "#B4A5A5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.855106Z"
        },
        {
            "id": 930,
            "id_string": "f4f3f3-dfdfdf-bfd8d5-b1bed5-swatchbird",
            "name": "Soft Ocean Drift",
            "colors": [
                "#F4F3F3",
                "#DFDFDF",
                "#BFD8D5",
                "#B1BED5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.342654Z"
        },
        {
            "id": 987,
            "id_string": "1a3636-40534c-677d6a-d6bd98-tonecraft",
            "name": "Cool Amber Bay",
            "colors": [
                "#1A3636",
                "#40534C",
                "#677D6A",
                "#D6BD98"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.824580Z"
        },
        {
            "id": 972,
            "id_string": "92b4ec-ffffff-ffe69a-ffd24c-coloreef",
            "name": "Soft Citrine Sunset",
            "colors": [
                "#92B4EC",
                "#FFFFFF",
                "#FFE69A",
                "#FFD24C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.750780Z"
        },
        {
            "id": 926,
            "id_string": "fefaf6-eadbc8-dac0a3-102c57-pixelpine",
            "name": "Ember Harbor",
            "colors": [
                "#FEFAF6",
                "#EADBC8",
                "#DAC0A3",
                "#102C57"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.322078Z"
        },
        {
            "id": 967,
            "id_string": "ff6500-1e3e62-0b192c-000000-swatchbird",
            "name": "Deep Coral Dawn",
            "colors": [
                "#FF6500",
                "#1E3E62",
                "#0B192C",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.727568Z"
        },
        {
            "id": 572,
            "id_string": "94a684-aec3ae-e4e4d0-ffeef4-pixelpine",
            "name": "Pastel Blush Harbor",
            "colors": [
                "#94A684",
                "#AEC3AE",
                "#E4E4D0",
                "#FFEEF4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.202731Z"
        }
    ]
}