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=55
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=56",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=54"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 542,
            "id_string": "fcf8ec-d0e8f2-79a3b1-456268-paperfox",
            "name": "Neon Apricot Veil",
            "colors": [
                "#FCF8EC",
                "#D0E8F2",
                "#79A3B1",
                "#456268"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.057636Z"
        },
        {
            "id": 543,
            "id_string": "fff3e2-ffe5ca-fa9884-e74646-hexharbor",
            "name": "Cloud Amber Tide",
            "colors": [
                "#FFF3E2",
                "#FFE5CA",
                "#FA9884",
                "#E74646"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.062664Z"
        },
        {
            "id": 544,
            "id_string": "d1e9f6-f6eacb-f1d3ce-eecad5-palettepup",
            "name": "Cloud Ember Dawn",
            "colors": [
                "#D1E9F6",
                "#F6EACB",
                "#F1D3CE",
                "#EECAD5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.067922Z"
        },
        {
            "id": 545,
            "id_string": "dff2eb-b9e5e8-7ab2d3-4a628a-studiomochi",
            "name": "Tide Drift",
            "colors": [
                "#DFF2EB",
                "#B9E5E8",
                "#7AB2D3",
                "#4A628A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.072509Z"
        },
        {
            "id": 546,
            "id_string": "643843-99627a-c88ea7-e7cbcb-tonecraft",
            "name": "Warm Rose Breeze",
            "colors": [
                "#643843",
                "#99627A",
                "#C88EA7",
                "#E7CBCB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.077195Z"
        },
        {
            "id": 547,
            "id_string": "61764b-9ba17b-cfb997-fad6a5-pixelpine",
            "name": "Neon Ember Tide",
            "colors": [
                "#61764B",
                "#9BA17B",
                "#CFB997",
                "#FAD6A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.081735Z"
        },
        {
            "id": 548,
            "id_string": "ff90bc-ffc0d9-f9f9e0-8acdd7-hexharbor",
            "name": "Pale Rose Meadow",
            "colors": [
                "#FF90BC",
                "#FFC0D9",
                "#F9F9E0",
                "#8ACDD7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.086261Z"
        },
        {
            "id": 549,
            "id_string": "d9d7f1-fffdde-e7fbbe-ffcbcb-hexharbor",
            "name": "Soft Citrine Grove",
            "colors": [
                "#D9D7F1",
                "#FFFDDE",
                "#E7FBBE",
                "#FFCBCB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.094805Z"
        },
        {
            "id": 550,
            "id_string": "eeebdd-ce1212-810000-1b1717-nordichue",
            "name": "Vivid Crimson Haze",
            "colors": [
                "#EEEBDD",
                "#CE1212",
                "#810000",
                "#1B1717"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.099564Z"
        },
        {
            "id": 551,
            "id_string": "f3f3e0-133e87-608bc1-cbdceb-candytone",
            "name": "Sky Drift",
            "colors": [
                "#F3F3E0",
                "#133E87",
                "#608BC1",
                "#CBDCEB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.104206Z"
        }
    ]
}