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=usage_count&page=87
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=usage_count&page=88",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=86"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1056,
            "id_string": "6c4ab6-8d72e1-8d9eff-b9e0ff-candytone",
            "name": "Ocean Bloom",
            "colors": [
                "#6C4AB6",
                "#8D72E1",
                "#8D9EFF",
                "#B9E0FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.151993Z"
        },
        {
            "id": 992,
            "id_string": "190482-7752fe-8e8ffa-c2d9ff-nordichue",
            "name": "Electric Ocean Bloom",
            "colors": [
                "#190482",
                "#7752FE",
                "#8E8FFA",
                "#C2D9FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.847682Z"
        },
        {
            "id": 1070,
            "id_string": "191919-2d4263-c84b31-ecdbba-mossyhex",
            "name": "Crimson Dream",
            "colors": [
                "#191919",
                "#2D4263",
                "#C84B31",
                "#ECDBBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.218178Z"
        },
        {
            "id": 525,
            "id_string": "402218-865439-c68b59-d7b19d-duskpixel",
            "name": "Amber Field",
            "colors": [
                "#402218",
                "#865439",
                "#C68B59",
                "#D7B19D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.947286Z"
        },
        {
            "id": 1046,
            "id_string": "f0ece3-dfd3c3-c7b198-a68dad-minthaze",
            "name": "Warm Ember Tide",
            "colors": [
                "#F0ECE3",
                "#DFD3C3",
                "#C7B198",
                "#A68DAD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.105912Z"
        },
        {
            "id": 839,
            "id_string": "ea047e-ff6d28-fce700-00f5ff-duskpixel",
            "name": "Electric Apricot Bloom",
            "colors": [
                "#EA047E",
                "#FF6D28",
                "#FCE700",
                "#00F5FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.810147Z"
        },
        {
            "id": 966,
            "id_string": "7b2869-9d3c72-c85c8e-ffbaba-duskpixel",
            "name": "Neon Scarlet Drift",
            "colors": [
                "#7B2869",
                "#9D3C72",
                "#C85C8E",
                "#FFBABA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.721089Z"
        },
        {
            "id": 1036,
            "id_string": "064635-519259-f0bb62-f4eea9-retroswatch",
            "name": "Vivid Teal Hush",
            "colors": [
                "#064635",
                "#519259",
                "#F0BB62",
                "#F4EEA9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.057273Z"
        },
        {
            "id": 1081,
            "id_string": "ede6db-417d7a-1d5c63-1a3c40-huedrift",
            "name": "Warm Aqua Bloom",
            "colors": [
                "#EDE6DB",
                "#417D7A",
                "#1D5C63",
                "#1A3C40"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.268983Z"
        },
        {
            "id": 1076,
            "id_string": "66bfbf-eaf6f6-fcfefe-f76b8a-retroswatch",
            "name": "Cloud Magenta Dawn",
            "colors": [
                "#66BFBF",
                "#EAF6F6",
                "#FCFEFE",
                "#F76B8A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.246109Z"
        }
    ]
}