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=56
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=57",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=55"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 802,
            "id_string": "ef9595-efb495-efd595-ebef95-candytone",
            "name": "Crimson Harbor",
            "colors": [
                "#EF9595",
                "#EFB495",
                "#EFD595",
                "#EBEF95"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.354341Z"
        },
        {
            "id": 801,
            "id_string": "716f81-b97a95-f6ae99-f2e1c1-cobaltcat",
            "name": "Crimson Dream",
            "colors": [
                "#716F81",
                "#B97A95",
                "#F6AE99",
                "#F2E1C1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.339876Z"
        },
        {
            "id": 800,
            "id_string": "b9eddd-87cbb9-569daa-577d86-mossyhex",
            "name": "Warm Mint Bay",
            "colors": [
                "#B9EDDD",
                "#87CBB9",
                "#569DAA",
                "#577D86"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.335267Z"
        },
        {
            "id": 799,
            "id_string": "fff8e8-f7eed3-aab396-674636-palettepup",
            "name": "Neon Ember Mist",
            "colors": [
                "#FFF8E8",
                "#F7EED3",
                "#AAB396",
                "#674636"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.330706Z"
        },
        {
            "id": 798,
            "id_string": "420516-7d1935-b42b51-e63e6d-cobaltcat",
            "name": "Rose Veil",
            "colors": [
                "#420516",
                "#7D1935",
                "#B42B51",
                "#E63E6D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.326064Z"
        },
        {
            "id": 797,
            "id_string": "f7dad9-fff5da-d6d2c4-5d534a-huedrift",
            "name": "Neon Coral Bloom",
            "colors": [
                "#F7DAD9",
                "#FFF5DA",
                "#D6D2C4",
                "#5D534A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.321423Z"
        },
        {
            "id": 796,
            "id_string": "f7e8f6-f1c6e7-e5b0ea-bd83ce-nordichue",
            "name": "Cloud Orchid Veil",
            "colors": [
                "#F7E8F6",
                "#F1C6E7",
                "#E5B0EA",
                "#BD83CE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.316902Z"
        },
        {
            "id": 795,
            "id_string": "b6fffa-98e4ff-80b3ff-687eff-coloreef",
            "name": "Electric Mint Mist",
            "colors": [
                "#B6FFFA",
                "#98E4FF",
                "#80B3FF",
                "#687EFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.312138Z"
        },
        {
            "id": 794,
            "id_string": "e7e7de-008891-00587a-0f3057-tonecraft",
            "name": "Electric Cyan Bay",
            "colors": [
                "#E7E7DE",
                "#008891",
                "#00587A",
                "#0F3057"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.307323Z"
        },
        {
            "id": 793,
            "id_string": "dddddd-f9f3f3-f7d9d9-f25287-coloreef",
            "name": "Cloud Rose Breeze",
            "colors": [
                "#DDDDDD",
                "#F9F3F3",
                "#F7D9D9",
                "#F25287"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.302773Z"
        }
    ]
}