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=88
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=89",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=87"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 482,
            "id_string": "e1f0da-d4e7c5-bfd8af-99bc85-minthaze",
            "name": "Cloud Jade Grove",
            "colors": [
                "#E1F0DA",
                "#D4E7C5",
                "#BFD8AF",
                "#99BC85"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.693408Z"
        },
        {
            "id": 481,
            "id_string": "ea907a-fbc687-f4f7c5-aacdbe-cobaltcat",
            "name": "Coral Dawn",
            "colors": [
                "#EA907A",
                "#FBC687",
                "#F4F7C5",
                "#AACDBE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.688873Z"
        },
        {
            "id": 480,
            "id_string": "645caa-a084ca-bface0-ebc7e8-swatchbird",
            "name": "Mauve Bloom",
            "colors": [
                "#645CAA",
                "#A084CA",
                "#BFACE0",
                "#EBC7E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.684146Z"
        },
        {
            "id": 479,
            "id_string": "ffe8df-ffffff-f0f0f0-888888-minthaze",
            "name": "Pastel Ember Dusk",
            "colors": [
                "#FFE8DF",
                "#FFFFFF",
                "#F0F0F0",
                "#888888"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.679465Z"
        },
        {
            "id": 478,
            "id_string": "ffc5c5-ffebd8-c7dca7-89b9ad-coloreef",
            "name": "Pale Crimson Dream",
            "colors": [
                "#FFC5C5",
                "#FFEBD8",
                "#C7DCA7",
                "#89B9AD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.674819Z"
        },
        {
            "id": 477,
            "id_string": "2d2424-5c3d2e-b85c38-e0c097-retroswatch",
            "name": "Coral Meadow",
            "colors": [
                "#2D2424",
                "#5C3D2E",
                "#B85C38",
                "#E0C097"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.670113Z"
        },
        {
            "id": 476,
            "id_string": "ffdcdc-fff2eb-ffe8cd-ffd6ba-coloreef",
            "name": "Cloud Crimson Grove",
            "colors": [
                "#FFDCDC",
                "#FFF2EB",
                "#FFE8CD",
                "#FFD6BA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.665323Z"
        },
        {
            "id": 475,
            "id_string": "fef7dc-e6ddc6-c2b8a3-a19882-retroswatch",
            "name": "Vivid Sunbeam Harbor",
            "colors": [
                "#FEF7DC",
                "#E6DDC6",
                "#C2B8A3",
                "#A19882"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.658347Z"
        },
        {
            "id": 474,
            "id_string": "f0a8d0-f7b5ca-ffc6c6-ffebd4-swatchbird",
            "name": "Pale Crimson Bloom",
            "colors": [
                "#F0A8D0",
                "#F7B5CA",
                "#FFC6C6",
                "#FFEBD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.653738Z"
        },
        {
            "id": 473,
            "id_string": "43766c-f8fae5-b19470-76453b-pixelpine",
            "name": "Warm Lime Meadow",
            "colors": [
                "#43766C",
                "#F8FAE5",
                "#B19470",
                "#76453B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.647856Z"
        }
    ]
}