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=54
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=55",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=53"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 907,
            "id_string": "0f0f0f-232d3f-005b41-008170-palettepup",
            "name": "Shadow Mint Harbor",
            "colors": [
                "#0F0F0F",
                "#232D3F",
                "#005B41",
                "#008170"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.231617Z"
        },
        {
            "id": 371,
            "id_string": "93b5c6-c9ccd5-e4d8dc-ffe3e3-hexharbor",
            "name": "Cloud Crimson Drift",
            "colors": [
                "#93B5C6",
                "#C9CCD5",
                "#E4D8DC",
                "#FFE3E3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.168142Z"
        },
        {
            "id": 646,
            "id_string": "fef1e6-f9d5a7-ffb085-90aacb-mossyhex",
            "name": "Pale Apricot Breeze",
            "colors": [
                "#FEF1E6",
                "#F9D5A7",
                "#FFB085",
                "#90AACB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.597472Z"
        },
        {
            "id": 592,
            "id_string": "fba1b7-ffd1da-fff0f5-ffdbaa-nordichue",
            "name": "Soft Rose Harbor",
            "colors": [
                "#FBA1B7",
                "#FFD1DA",
                "#FFF0F5",
                "#FFDBAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.298703Z"
        },
        {
            "id": 421,
            "id_string": "1a120b-3c2a21-d5cea3-e5e5cb-paperfox",
            "name": "Coral Field",
            "colors": [
                "#1A120B",
                "#3C2A21",
                "#D5CEA3",
                "#E5E5CB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.403589Z"
        },
        {
            "id": 1088,
            "id_string": "e4eddb-307672-144d53-1a3c40-tonecraft",
            "name": "Twilight Cyan Grove",
            "colors": [
                "#E4EDDB",
                "#307672",
                "#144D53",
                "#1A3C40"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.300987Z"
        },
        {
            "id": 1051,
            "id_string": "e3d9ca-95a792-596c68-403f48-studiomochi",
            "name": "Cool Ember Sunset",
            "colors": [
                "#E3D9CA",
                "#95A792",
                "#596C68",
                "#403F48"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.129015Z"
        },
        {
            "id": 766,
            "id_string": "041c32-04293a-064663-ecb365-cobaltcat",
            "name": "Dusk Cyan Veil",
            "colors": [
                "#041C32",
                "#04293A",
                "#064663",
                "#ECB365"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.174144Z"
        },
        {
            "id": 909,
            "id_string": "f5f5f5-f05454-30475e-121212-cobaltcat",
            "name": "Neon Ruby Dawn",
            "colors": [
                "#F5F5F5",
                "#F05454",
                "#30475E",
                "#121212"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.242385Z"
        },
        {
            "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"
        }
    ]
}