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=created&page=99
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=created&page=100",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=98"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 982,
            "id_string": "405d72-758694-f7e7dc-fff8f3-huedrift",
            "name": "Neon Apricot Hush",
            "colors": [
                "#405D72",
                "#758694",
                "#F7E7DC",
                "#FFF8F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.800960Z"
        },
        {
            "id": 983,
            "id_string": "e8ecf1-b5cfd8-7393a7-6c737e-nordichue",
            "name": "Warm Tide Drift",
            "colors": [
                "#E8ECF1",
                "#B5CFD8",
                "#7393A7",
                "#6C737E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.805753Z"
        },
        {
            "id": 984,
            "id_string": "e19898-a2678a-4d3c77-3f1d38-tonecraft",
            "name": "Cool Crimson Glow",
            "colors": [
                "#E19898",
                "#A2678A",
                "#4D3C77",
                "#3F1D38"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.810335Z"
        },
        {
            "id": 985,
            "id_string": "94d0cc-eec4c4-f29191-d1d9d9-tonecraft",
            "name": "Pale Rose Bloom",
            "colors": [
                "#94D0CC",
                "#EEC4C4",
                "#F29191",
                "#D1D9D9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.815005Z"
        },
        {
            "id": 986,
            "id_string": "f2e3db-41644a-263a29-e86a33-huedrift",
            "name": "Electric Apricot Dream",
            "colors": [
                "#F2E3DB",
                "#41644A",
                "#263A29",
                "#E86A33"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.819780Z"
        },
        {
            "id": 987,
            "id_string": "1a3636-40534c-677d6a-d6bd98-tonecraft",
            "name": "Cool Amber Bay",
            "colors": [
                "#1A3636",
                "#40534C",
                "#677D6A",
                "#D6BD98"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.824580Z"
        },
        {
            "id": 988,
            "id_string": "b9f3e4-ea8fea-ffaacf-f6e6c2-studiomochi",
            "name": "Soft Magenta Dawn",
            "colors": [
                "#B9F3E4",
                "#EA8FEA",
                "#FFAACF",
                "#F6E6C2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.829259Z"
        },
        {
            "id": 989,
            "id_string": "68b0ab-8fc0a9-c8d5b9-faf3dd-huedrift",
            "name": "Vivid Honey Glow",
            "colors": [
                "#68B0AB",
                "#8FC0A9",
                "#C8D5B9",
                "#FAF3DD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.834255Z"
        },
        {
            "id": 990,
            "id_string": "283149-404b69-f73859-dbedf3-coloreef",
            "name": "Blush Grove",
            "colors": [
                "#283149",
                "#404B69",
                "#F73859",
                "#DBEDF3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.838637Z"
        },
        {
            "id": 991,
            "id_string": "206a5d-81b214-ffcc29-f58634-hexharbor",
            "name": "Sunbeam Hush",
            "colors": [
                "#206A5D",
                "#81B214",
                "#FFCC29",
                "#F58634"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.843234Z"
        }
    ]
}