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=51
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=52",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=50"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1006,
            "id_string": "00a19d-fff8e5-ffb344-e05d5d-palettepup",
            "name": "Vivid Lagoon Bloom",
            "colors": [
                "#00A19D",
                "#FFF8E5",
                "#FFB344",
                "#E05D5D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.911934Z"
        },
        {
            "id": 836,
            "id_string": "cdf0ea-f9f9f9-ecc5fb-faf4b7-retroswatch",
            "name": "Pale Violet Tide",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#ECC5FB",
                "#FAF4B7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.721435Z"
        },
        {
            "id": 786,
            "id_string": "219c90-e9b824-ee9322-d83f31-studiomochi",
            "name": "Neon Ember Dusk",
            "colors": [
                "#219C90",
                "#E9B824",
                "#EE9322",
                "#D83F31"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.270635Z"
        },
        {
            "id": 744,
            "id_string": "fff2f2-a9b5df-7886c7-2d336b-studiomochi",
            "name": "Electric Scarlet Meadow",
            "colors": [
                "#FFF2F2",
                "#A9B5DF",
                "#7886C7",
                "#2D336B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.070754Z"
        },
        {
            "id": 738,
            "id_string": "393232-4d4545-8d6262-ed8d8d-mossyhex",
            "name": "Electric Ruby Harbor",
            "colors": [
                "#393232",
                "#4D4545",
                "#8D6262",
                "#ED8D8D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.038266Z"
        },
        {
            "id": 714,
            "id_string": "f1f3f8-d6e0f0-8d93ab-393b44-minthaze",
            "name": "Cool Cobalt Field",
            "colors": [
                "#F1F3F8",
                "#D6E0F0",
                "#8D93AB",
                "#393B44"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.920085Z"
        },
        {
            "id": 657,
            "id_string": "e5dcc3-c7bea2-aaa492-9a9483-mossyhex",
            "name": "Ember Grove",
            "colors": [
                "#E5DCC3",
                "#C7BEA2",
                "#AAA492",
                "#9A9483"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.651641Z"
        },
        {
            "id": 617,
            "id_string": "fcf8e8-94b49f-ecb390-df7861-nordichue",
            "name": "Sunbeam Grove",
            "colors": [
                "#FCF8E8",
                "#94B49F",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.424223Z"
        },
        {
            "id": 602,
            "id_string": "efbc9b-fbf3d5-d6dac8-9cafaa-duskpixel",
            "name": "Soft Citrine Field",
            "colors": [
                "#EFBC9B",
                "#FBF3D5",
                "#D6DAC8",
                "#9CAFAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.346652Z"
        },
        {
            "id": 543,
            "id_string": "fff3e2-ffe5ca-fa9884-e74646-hexharbor",
            "name": "Cloud Amber Tide",
            "colors": [
                "#FFF3E2",
                "#FFE5CA",
                "#FA9884",
                "#E74646"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.062664Z"
        }
    ]
}