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=62
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=63",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=61"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 447,
            "id_string": "ffbbcc-ffcccc-ffddcc-ffeecc-pixelpine",
            "name": "Pale Magenta Mist",
            "colors": [
                "#FFBBCC",
                "#FFCCCC",
                "#FFDDCC",
                "#FFEECC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.523552Z"
        },
        {
            "id": 276,
            "id_string": "0b3b2d-378331-65ad34-ed0e1b-niels",
            "name": "Green Snake",
            "colors": [
                "#0B3B2D",
                "#378331",
                "#65AD34",
                "#ED0E1B"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.047011Z"
        },
        {
            "id": 609,
            "id_string": "f6f6f6-d6e4f0-1e56a0-163172-palettepup",
            "name": "Warm Ocean Mist",
            "colors": [
                "#F6F6F6",
                "#D6E4F0",
                "#1E56A0",
                "#163172"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.380427Z"
        },
        {
            "id": 871,
            "id_string": "999b84-926e6f-ca8a8b-e6c4c0-duskpixel",
            "name": "Ruby Grove",
            "colors": [
                "#999B84",
                "#926E6F",
                "#CA8A8B",
                "#E6C4C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.057762Z"
        },
        {
            "id": 1066,
            "id_string": "fd841f-e14d2a-cd104d-9c2c77-swatchbird",
            "name": "Neon Ember Veil",
            "colors": [
                "#FD841F",
                "#E14D2A",
                "#CD104D",
                "#9C2C77"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.199309Z"
        },
        {
            "id": 770,
            "id_string": "001f3f-3a6d8c-6a9ab0-ead8b1-nordichue",
            "name": "Vivid Cobalt Breeze",
            "colors": [
                "#001F3F",
                "#3A6D8C",
                "#6A9AB0",
                "#EAD8B1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.192316Z"
        },
        {
            "id": 1100,
            "id_string": "ffdede-fdf5ca-ffdfaf-f2bb7b-duskpixel",
            "name": "Soft Scarlet Hush",
            "colors": [
                "#FFDEDE",
                "#FDF5CA",
                "#FFDFAF",
                "#F2BB7B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.359010Z"
        },
        {
            "id": 516,
            "id_string": "213555-3e5879-d8c4b6-f5efe7-studiomochi",
            "name": "Warm Azure Hush",
            "colors": [
                "#213555",
                "#3E5879",
                "#D8C4B6",
                "#F5EFE7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.869104Z"
        },
        {
            "id": 897,
            "id_string": "c8c6a7-92967d-6e7c7c-435560-minthaze",
            "name": "Warm Honey Haze",
            "colors": [
                "#C8C6A7",
                "#92967D",
                "#6E7C7C",
                "#435560"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.181533Z"
        },
        {
            "id": 834,
            "id_string": "2d4356-435b66-a76f6f-eab2a0-pixelpine",
            "name": "Ruby Haze",
            "colors": [
                "#2D4356",
                "#435B66",
                "#A76F6F",
                "#EAB2A0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.696234Z"
        }
    ]
}