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=85
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=86",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=84"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 842,
            "id_string": "261c2c-3e2c41-5c527f-6e85b2-coloreef",
            "name": "Azure Harbor",
            "colors": [
                "#261C2C",
                "#3E2C41",
                "#5C527F",
                "#6E85B2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.897389Z"
        },
        {
            "id": 843,
            "id_string": "ff8080-ffcf96-f6fdc3-cdfad5-coloreef",
            "name": "Pale Rose Tide",
            "colors": [
                "#FF8080",
                "#FFCF96",
                "#F6FDC3",
                "#CDFAD5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.906058Z"
        },
        {
            "id": 844,
            "id_string": "6c4a4a-c89595-ddbebe-ededed-minthaze",
            "name": "Cool Ruby Tide",
            "colors": [
                "#6C4A4A",
                "#C89595",
                "#DDBEBE",
                "#EDEDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.916874Z"
        },
        {
            "id": 845,
            "id_string": "ffe15d-f49d1a-dc3535-b01e68-duskpixel",
            "name": "Neon Sunbeam Veil",
            "colors": [
                "#FFE15D",
                "#F49D1A",
                "#DC3535",
                "#B01E68"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.923883Z"
        },
        {
            "id": 846,
            "id_string": "493323-91684a-eaac7f-ffdf91-studiomochi",
            "name": "Vivid Apricot Dream",
            "colors": [
                "#493323",
                "#91684A",
                "#EAAC7F",
                "#FFDF91"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.928779Z"
        },
        {
            "id": 847,
            "id_string": "1e201e-3c3d37-697565-ecdfcc-hexharbor",
            "name": "Warm Ember Veil",
            "colors": [
                "#1E201E",
                "#3C3D37",
                "#697565",
                "#ECDFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.933639Z"
        },
        {
            "id": 848,
            "id_string": "2d033b-810ca8-c147e9-e5b8f4-palettepup",
            "name": "Neon Indigo Dawn",
            "colors": [
                "#2D033B",
                "#810CA8",
                "#C147E9",
                "#E5B8F4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.938405Z"
        },
        {
            "id": 849,
            "id_string": "96ceb4-ffeead-d9534f-ffad60-minthaze",
            "name": "Neon Honey Meadow",
            "colors": [
                "#96CEB4",
                "#FFEEAD",
                "#D9534F",
                "#FFAD60"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.943549Z"
        },
        {
            "id": 850,
            "id_string": "1d2d50-133b5c-1e5f74-fcdab7-retroswatch",
            "name": "Apricot Harbor",
            "colors": [
                "#1D2D50",
                "#133B5C",
                "#1E5F74",
                "#FCDAB7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.948131Z"
        },
        {
            "id": 851,
            "id_string": "cff6cf-cfe5cf-e5cfe5-f6def6-mossyhex",
            "name": "Soft Jade Hush",
            "colors": [
                "#CFF6CF",
                "#CFE5CF",
                "#E5CFE5",
                "#F6DEF6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.952753Z"
        }
    ]
}