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=121
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=122",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=120"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1202,
            "id_string": "fabc3f-e85c0d-c7253e-821131-huedrift",
            "name": "Amber Dusk",
            "colors": [
                "#FABC3F",
                "#E85C0D",
                "#C7253E",
                "#821131"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.841684Z"
        },
        {
            "id": 1203,
            "id_string": "071e3d-1f4287-278ea5-21e6c1-hexharbor",
            "name": "Teal Glow",
            "colors": [
                "#071E3D",
                "#1F4287",
                "#278EA5",
                "#21E6C1"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.846212Z"
        },
        {
            "id": 1204,
            "id_string": "59d5e0-f5dd61-faa300-f4538a-paperfox",
            "name": "Electric Ember Mist",
            "colors": [
                "#59D5E0",
                "#F5DD61",
                "#FAA300",
                "#F4538A"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.850802Z"
        },
        {
            "id": 1205,
            "id_string": "94b5c0-350b40-ad6c80-ee99a0-nordichue",
            "name": "Blush Dream",
            "colors": [
                "#94B5C0",
                "#350B40",
                "#AD6C80",
                "#EE99A0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.855491Z"
        },
        {
            "id": 1206,
            "id_string": "fcf5ed-f4bf96-ce5a67-1f1717-huedrift",
            "name": "Electric Coral Bay",
            "colors": [
                "#FCF5ED",
                "#F4BF96",
                "#CE5A67",
                "#1F1717"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.859886Z"
        },
        {
            "id": 1207,
            "id_string": "242f9b-646fd4-9ba3eb-dbdffd-nordichue",
            "name": "Neon Sky Meadow",
            "colors": [
                "#242F9B",
                "#646FD4",
                "#9BA3EB",
                "#DBDFFD"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.864341Z"
        },
        {
            "id": 1208,
            "id_string": "655d8a-7897ab-d885a3-fdceb9-paperfox",
            "name": "Neon Amber Hush",
            "colors": [
                "#655D8A",
                "#7897AB",
                "#D885A3",
                "#FDCEB9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.868941Z"
        },
        {
            "id": 1209,
            "id_string": "dd5353-b73e3e-dbc8ac-eddbc0-nordichue",
            "name": "Rose Dusk",
            "colors": [
                "#DD5353",
                "#B73E3E",
                "#DBC8AC",
                "#EDDBC0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.873519Z"
        },
        {
            "id": 1210,
            "id_string": "fc4100-ffc55a-00215e-2c4e80-paperfox",
            "name": "Neon Coral Breeze",
            "colors": [
                "#FC4100",
                "#FFC55A",
                "#00215E",
                "#2C4E80"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.878113Z"
        },
        {
            "id": 1211,
            "id_string": "205781-4f959d-98d2c0-f6f8d5-mossyhex",
            "name": "Gold Haze",
            "colors": [
                "#205781",
                "#4F959D",
                "#98D2C0",
                "#F6F8D5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.882569Z"
        }
    ]
}