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=name&page=76
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=name&page=77",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=75"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 806,
            "id_string": "0079ff-00dfa2-f6fa70-ff0060-studiomochi",
            "name": "Neon Cobalt Hush",
            "colors": [
                "#0079FF",
                "#00DFA2",
                "#F6FA70",
                "#FF0060"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.373400Z"
        },
        {
            "id": 745,
            "id_string": "7fb77e-b1d7b4-f7f6dc-ffc090-cobaltcat",
            "name": "Neon Coral Bay",
            "colors": [
                "#7FB77E",
                "#B1D7B4",
                "#F7F6DC",
                "#FFC090"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.075365Z"
        },
        {
            "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": 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": 1107,
            "id_string": "865439-c68b59-fcdec0-8fc1d4-minthaze",
            "name": "Neon Coral Dawn",
            "colors": [
                "#865439",
                "#C68B59",
                "#FCDEC0",
                "#8FC1D4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.391472Z"
        },
        {
            "id": 577,
            "id_string": "edcfa9-e89f71-d57149-aa4a30-swatchbird",
            "name": "Neon Coral Drift",
            "colors": [
                "#EDCFA9",
                "#E89F71",
                "#D57149",
                "#AA4A30"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.228389Z"
        },
        {
            "id": 775,
            "id_string": "f0e3ca-ff8303-a35709-1b1a17-duskpixel",
            "name": "Neon Coral Harbor",
            "colors": [
                "#F0E3CA",
                "#FF8303",
                "#A35709",
                "#1B1A17"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.218727Z"
        },
        {
            "id": 484,
            "id_string": "557571-d49a89-f7d1ba-f4f4f4-pixelpine",
            "name": "Neon Coral Mist",
            "colors": [
                "#557571",
                "#D49A89",
                "#F7D1BA",
                "#F4F4F4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.702476Z"
        },
        {
            "id": 508,
            "id_string": "483434-6b4f4f-eed6c4-fff3e4-nordichue",
            "name": "Neon Coral Tide",
            "colors": [
                "#483434",
                "#6B4F4F",
                "#EED6C4",
                "#FFF3E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.815154Z"
        },
        {
            "id": 773,
            "id_string": "f2deba-ffefd6-0e5e6f-3a8891-cobaltcat",
            "name": "Neon Coral Tide",
            "colors": [
                "#F2DEBA",
                "#FFEFD6",
                "#0E5E6F",
                "#3A8891"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.208870Z"
        }
    ]
}