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=88
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=89",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=87"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1192,
            "id_string": "ffbaba-ffeadb-f7c5a8-678a74-cobaltcat",
            "name": "Electric Scarlet Bay",
            "colors": [
                "#FFBABA",
                "#FFEADB",
                "#F7C5A8",
                "#678A74"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.795744Z"
        },
        {
            "id": 1197,
            "id_string": "393e46-00adb5-aad8d3-eeeeee-paperfox",
            "name": "Cyan Grove",
            "colors": [
                "#393E46",
                "#00ADB5",
                "#AAD8D3",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.818548Z"
        },
        {
            "id": 1195,
            "id_string": "ffffd0-f3ccff-d09cfa-a555ec-candytone",
            "name": "Pastel Gold Mist",
            "colors": [
                "#FFFFD0",
                "#F3CCFF",
                "#D09CFA",
                "#A555EC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.809482Z"
        },
        {
            "id": 1152,
            "id_string": "03045e-00b4d8-90e0ef-caf0f8-swatchbird",
            "name": "Neon Aqua Dream",
            "colors": [
                "#03045E",
                "#00B4D8",
                "#90E0EF",
                "#CAF0F8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.605816Z"
        },
        {
            "id": 1194,
            "id_string": "a1cae2-c2b092-cfc5a5-eae3c8-pixelpine",
            "name": "Cool Aqua Veil",
            "colors": [
                "#A1CAE2",
                "#C2B092",
                "#CFC5A5",
                "#EAE3C8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.805041Z"
        },
        {
            "id": 1203,
            "id_string": "071e3d-1f4287-278ea5-21e6c1-hexharbor",
            "name": "Teal Glow",
            "colors": [
                "#071E3D",
                "#1F4287",
                "#278EA5",
                "#21E6C1"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.846212Z"
        },
        {
            "id": 1202,
            "id_string": "fabc3f-e85c0d-c7253e-821131-huedrift",
            "name": "Amber Dusk",
            "colors": [
                "#FABC3F",
                "#E85C0D",
                "#C7253E",
                "#821131"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.841684Z"
        },
        {
            "id": 1199,
            "id_string": "006e7f-f8cb2e-ee5007-b22727-retroswatch",
            "name": "Vivid Cyan Tide",
            "colors": [
                "#006E7F",
                "#F8CB2E",
                "#EE5007",
                "#B22727"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.827656Z"
        },
        {
            "id": 1085,
            "id_string": "d3f6f3-f9fce1-fee9b2-fbd1b7-candytone",
            "name": "Soft Amber Hush",
            "colors": [
                "#D3F6F3",
                "#F9FCE1",
                "#FEE9B2",
                "#FBD1B7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.287191Z"
        },
        {
            "id": 1208,
            "id_string": "655d8a-7897ab-d885a3-fdceb9-paperfox",
            "name": "Neon Amber Hush",
            "colors": [
                "#655D8A",
                "#7897AB",
                "#D885A3",
                "#FDCEB9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.868941Z"
        }
    ]
}