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=120
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=121",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=119"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1277,
            "id_string": "66806a-b4c6a6-ffc286-fff1af-swatchbird",
            "name": "Vivid Amber Breeze",
            "colors": [
                "#66806A",
                "#B4C6A6",
                "#FFC286",
                "#FFF1AF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.232285Z"
        },
        {
            "id": 925,
            "id_string": "fff5e0-ff6969-c70039-141e46-pixelpine",
            "name": "Vivid Amber Drift",
            "colors": [
                "#FFF5E0",
                "#FF6969",
                "#C70039",
                "#141E46"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.317379Z"
        },
        {
            "id": 1025,
            "id_string": "f3f4ed-536162-424642-c06014-huedrift",
            "name": "Vivid Amber Dusk",
            "colors": [
                "#F3F4ED",
                "#536162",
                "#424642",
                "#C06014"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.007686Z"
        },
        {
            "id": 1000,
            "id_string": "d92027-ff9234-ffcd3c-35d0ba-mossyhex",
            "name": "Vivid Amber Glow",
            "colors": [
                "#D92027",
                "#FF9234",
                "#FFCD3C",
                "#35D0BA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.884411Z"
        },
        {
            "id": 1293,
            "id_string": "ffe194-e8f6ef-b8dfd8-4c4c6d-hexharbor",
            "name": "Vivid Amber Grove",
            "colors": [
                "#FFE194",
                "#E8F6EF",
                "#B8DFD8",
                "#4C4C6D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.306886Z"
        },
        {
            "id": 1075,
            "id_string": "4793af-ffc470-dd5746-8b322c-candytone",
            "name": "Vivid Amber Haze",
            "colors": [
                "#4793AF",
                "#FFC470",
                "#DD5746",
                "#8B322C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.241580Z"
        },
        {
            "id": 1258,
            "id_string": "fff0d1-795757-664343-3b3030-duskpixel",
            "name": "Vivid Amber Haze",
            "colors": [
                "#FFF0D1",
                "#795757",
                "#664343",
                "#3B3030"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.130689Z"
        },
        {
            "id": 1153,
            "id_string": "eeb76b-e2703a-9c3d54-310b0b-minthaze",
            "name": "Vivid Amber Hush",
            "colors": [
                "#EEB76B",
                "#E2703A",
                "#9C3D54",
                "#310B0B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.610476Z"
        },
        {
            "id": 624,
            "id_string": "607274-faeed1-ded0b6-b2a59b-duskpixel",
            "name": "Vivid Apricot Breeze",
            "colors": [
                "#607274",
                "#FAEED1",
                "#DED0B6",
                "#B2A59B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.457560Z"
        },
        {
            "id": 615,
            "id_string": "f5f5f5-f2ead3-dfd7bf-3f2305-coloreef",
            "name": "Vivid Apricot Breeze",
            "colors": [
                "#F5F5F5",
                "#F2EAD3",
                "#DFD7BF",
                "#3F2305"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.408264Z"
        }
    ]
}