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=96
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=97",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=95"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1277,
            "id_string": "66806a-b4c6a6-ffc286-fff1af-swatchbird",
            "name": "Vivid Amber Breeze",
            "colors": [
                "#66806A",
                "#B4C6A6",
                "#FFC286",
                "#FFF1AF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.232285Z"
        },
        {
            "id": 1278,
            "id_string": "443737-272121-ff0000-ff4d00-mossyhex",
            "name": "Twilight Ruby Bloom",
            "colors": [
                "#443737",
                "#272121",
                "#FF0000",
                "#FF4D00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.237910Z"
        },
        {
            "id": 1286,
            "id_string": "16213e-0f3460-533483-e94560-swatchbird",
            "name": "Twilight Blush Grove",
            "colors": [
                "#16213E",
                "#0F3460",
                "#533483",
                "#E94560"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.274935Z"
        },
        {
            "id": 1292,
            "id_string": "233142-455d7a-f95959-e3e3e3-coloreef",
            "name": "Electric Ruby Hush",
            "colors": [
                "#233142",
                "#455D7A",
                "#F95959",
                "#E3E3E3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.302002Z"
        },
        {
            "id": 1285,
            "id_string": "f8b195-f67280-c06c84-355c7d-studiomochi",
            "name": "Rose Sunset",
            "colors": [
                "#F8B195",
                "#F67280",
                "#C06C84",
                "#355C7D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.270233Z"
        },
        {
            "id": 1284,
            "id_string": "ecf2ff-3e54ac-655dbb-bface2-huedrift",
            "name": "Electric Ocean Mist",
            "colors": [
                "#ECF2FF",
                "#3E54AC",
                "#655DBB",
                "#BFACE2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.265646Z"
        },
        {
            "id": 1287,
            "id_string": "dff6f0-46b3e6-4d80e4-2e279d-swatchbird",
            "name": "Cyan Glow",
            "colors": [
                "#DFF6F0",
                "#46B3E6",
                "#4D80E4",
                "#2E279D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.279508Z"
        },
        {
            "id": 1288,
            "id_string": "112b3c-205375-f66b0e-efefef-cobaltcat",
            "name": "Electric Apricot Meadow",
            "colors": [
                "#112B3C",
                "#205375",
                "#F66B0E",
                "#EFEFEF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.283934Z"
        },
        {
            "id": 1283,
            "id_string": "8f87f1-c68efd-e9a5f1-fed2e2-studiomochi",
            "name": "Cloud Indigo Veil",
            "colors": [
                "#8F87F1",
                "#C68EFD",
                "#E9A5F1",
                "#FED2E2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.261087Z"
        },
        {
            "id": 1279,
            "id_string": "ff6b6b-ffd93d-6bcb77-4d96ff-retroswatch",
            "name": "Electric Crimson Veil",
            "colors": [
                "#FF6B6B",
                "#FFD93D",
                "#6BCB77",
                "#4D96FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.242659Z"
        }
    ]
}