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&page=62
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&page=63",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=61"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 776,
            "id_string": "ffafaf-fbffe2-ffebcc-ff9999-duskpixel",
            "name": "Cloud Scarlet Mist",
            "colors": [
                "#FFAFAF",
                "#FBFFE2",
                "#FFEBCC",
                "#FF9999"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.223579Z"
        },
        {
            "id": 716,
            "id_string": "272829-61677a-d8d9da-fff6e0-swatchbird",
            "name": "Vivid Coral Dusk",
            "colors": [
                "#272829",
                "#61677A",
                "#D8D9DA",
                "#FFF6E0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.929268Z"
        },
        {
            "id": 690,
            "id_string": "22577a-38a3a5-57cc99-80ed99-hexharbor",
            "name": "Electric Pine Mist",
            "colors": [
                "#22577A",
                "#38A3A5",
                "#57CC99",
                "#80ED99"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.808452Z"
        },
        {
            "id": 647,
            "id_string": "b9f3fc-aee2ff-93c6e7-fedeff-studiomochi",
            "name": "Cloud Cyan Drift",
            "colors": [
                "#B9F3FC",
                "#AEE2FF",
                "#93C6E7",
                "#FEDEFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.602108Z"
        },
        {
            "id": 625,
            "id_string": "fcf8e8-ecdfc8-ecb390-df7861-hexharbor",
            "name": "Pastel Gold Dawn",
            "colors": [
                "#FCF8E8",
                "#ECDFC8",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.462172Z"
        },
        {
            "id": 609,
            "id_string": "f6f6f6-d6e4f0-1e56a0-163172-palettepup",
            "name": "Warm Ocean Mist",
            "colors": [
                "#F6F6F6",
                "#D6E4F0",
                "#1E56A0",
                "#163172"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.380427Z"
        },
        {
            "id": 597,
            "id_string": "fbfacd-debace-ba94d1-7f669d-swatchbird",
            "name": "Electric Citrine Grove",
            "colors": [
                "#FBFACD",
                "#DEBACE",
                "#BA94D1",
                "#7F669D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.321523Z"
        },
        {
            "id": 588,
            "id_string": "07689f-a2d5f2-fafafa-ff7e67-nordichue",
            "name": "Rose Drift",
            "colors": [
                "#07689F",
                "#A2D5F2",
                "#FAFAFA",
                "#FF7E67"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.280274Z"
        },
        {
            "id": 585,
            "id_string": "be8abf-ea9abb-fea5ad-f8c3af-minthaze",
            "name": "Electric Blush Sunset",
            "colors": [
                "#BE8ABF",
                "#EA9ABB",
                "#FEA5AD",
                "#F8C3AF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.266251Z"
        },
        {
            "id": 528,
            "id_string": "f5e8c7-ecccb2-deb6ab-ac7088-nordichue",
            "name": "Warm Amber Dusk",
            "colors": [
                "#F5E8C7",
                "#ECCCB2",
                "#DEB6AB",
                "#AC7088"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.970198Z"
        }
    ]
}