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=120
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=121",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=119"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1192,
            "id_string": "ffbaba-ffeadb-f7c5a8-678a74-cobaltcat",
            "name": "Electric Scarlet Bay",
            "colors": [
                "#FFBABA",
                "#FFEADB",
                "#F7C5A8",
                "#678A74"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.795744Z"
        },
        {
            "id": 1193,
            "id_string": "0081c9-5bc0f8-86e5ff-ffc93c-pixelpine",
            "name": "Electric Aqua Dawn",
            "colors": [
                "#0081C9",
                "#5BC0F8",
                "#86E5FF",
                "#FFC93C"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.800266Z"
        },
        {
            "id": 1194,
            "id_string": "a1cae2-c2b092-cfc5a5-eae3c8-pixelpine",
            "name": "Cool Aqua Veil",
            "colors": [
                "#A1CAE2",
                "#C2B092",
                "#CFC5A5",
                "#EAE3C8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.805041Z"
        },
        {
            "id": 1195,
            "id_string": "ffffd0-f3ccff-d09cfa-a555ec-candytone",
            "name": "Pastel Gold Mist",
            "colors": [
                "#FFFFD0",
                "#F3CCFF",
                "#D09CFA",
                "#A555EC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.809482Z"
        },
        {
            "id": 1196,
            "id_string": "706233-b0926a-e1c78f-fae7c9-mossyhex",
            "name": "Neon Amber Grove",
            "colors": [
                "#706233",
                "#B0926A",
                "#E1C78F",
                "#FAE7C9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.814051Z"
        },
        {
            "id": 1197,
            "id_string": "393e46-00adb5-aad8d3-eeeeee-paperfox",
            "name": "Cyan Grove",
            "colors": [
                "#393E46",
                "#00ADB5",
                "#AAD8D3",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.818548Z"
        },
        {
            "id": 1198,
            "id_string": "91ddcf-f7f9f2-e8c5e5-f19ed2-studiomochi",
            "name": "Soft Orchid Dawn",
            "colors": [
                "#91DDCF",
                "#F7F9F2",
                "#E8C5E5",
                "#F19ED2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.823010Z"
        },
        {
            "id": 1199,
            "id_string": "006e7f-f8cb2e-ee5007-b22727-retroswatch",
            "name": "Vivid Cyan Tide",
            "colors": [
                "#006E7F",
                "#F8CB2E",
                "#EE5007",
                "#B22727"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.827656Z"
        },
        {
            "id": 1200,
            "id_string": "fce2db-ff8fb1-b270a2-7a4495-retroswatch",
            "name": "Blush Meadow",
            "colors": [
                "#FCE2DB",
                "#FF8FB1",
                "#B270A2",
                "#7A4495"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.832174Z"
        },
        {
            "id": 1201,
            "id_string": "ff5c58-fe8f8f-fcd2d1-ffedd3-swatchbird",
            "name": "Pastel Ruby Mist",
            "colors": [
                "#FF5C58",
                "#FE8F8F",
                "#FCD2D1",
                "#FFEDD3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.837047Z"
        }
    ]
}