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=35
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=36",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=34"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1034,
            "id_string": "277bc0-ffb200-ffcb42-fff4cf-candytone",
            "name": "Apricot Tide",
            "colors": [
                "#277BC0",
                "#FFB200",
                "#FFCB42",
                "#FFF4CF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.048281Z"
        },
        {
            "id": 1027,
            "id_string": "ffe5b9-eff8ff-c9cbff-a6a9b6-hexharbor",
            "name": "Cloud Coral Grove",
            "colors": [
                "#FFE5B9",
                "#EFF8FF",
                "#C9CBFF",
                "#A6A9B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.016737Z"
        },
        {
            "id": 876,
            "id_string": "3db2ff-ffedda-ffb830-ff2442-nordichue",
            "name": "Electric Aqua Drift",
            "colors": [
                "#3DB2FF",
                "#FFEDDA",
                "#FFB830",
                "#FF2442"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.084765Z"
        },
        {
            "id": 870,
            "id_string": "e4e3e3-84a9ac-3b6978-204051-retroswatch",
            "name": "Aqua Harbor",
            "colors": [
                "#E4E3E3",
                "#84A9AC",
                "#3B6978",
                "#204051"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.053132Z"
        },
        {
            "id": 828,
            "id_string": "c599b6-e6b2ba-fad0c4-fff7f3-studiomochi",
            "name": "Pastel Coral Grove",
            "colors": [
                "#C599B6",
                "#E6B2BA",
                "#FAD0C4",
                "#FFF7F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.635548Z"
        },
        {
            "id": 826,
            "id_string": "faf7f0-d8d2c2-b17457-4a4947-paperfox",
            "name": "Apricot Hush",
            "colors": [
                "#FAF7F0",
                "#D8D2C2",
                "#B17457",
                "#4A4947"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.614327Z"
        },
        {
            "id": 627,
            "id_string": "cee5d0-f3f0d7-fed2aa-ffbf86-mossyhex",
            "name": "Pale Coral Grove",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#FED2AA",
                "#FFBF86"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.471428Z"
        },
        {
            "id": 434,
            "id_string": "884a39-c38154-ffc26f-f9e0bb-paperfox",
            "name": "Vivid Apricot Grove",
            "colors": [
                "#884A39",
                "#C38154",
                "#FFC26F",
                "#F9E0BB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.463976Z"
        },
        {
            "id": 383,
            "id_string": "ff9292-ffb4b4-ffdcdc-ffe8e8-minthaze",
            "name": "Cloud Crimson Glow",
            "colors": [
                "#FF9292",
                "#FFB4B4",
                "#FFDCDC",
                "#FFE8E8"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.226375Z"
        },
        {
            "id": 294,
            "id_string": "000000-ffffff-ff0000-00ff00-ffff00-ff00ff-00ffff-ffa500-74d4b0dd-shrecklings",
            "name": "9-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#FFFF00",
                "#FF00FF",
                "#00FFFF",
                "#FFA500",
                "#B17102"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.179493Z"
        }
    ]
}