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=89
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=90",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=88"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 447,
            "id_string": "ffbbcc-ffcccc-ffddcc-ffeecc-pixelpine",
            "name": "Pale Magenta Mist",
            "colors": [
                "#FFBBCC",
                "#FFCCCC",
                "#FFDDCC",
                "#FFEECC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.523552Z"
        },
        {
            "id": 409,
            "id_string": "def5e5-bcead5-9ed5c5-8ec3b0-nordichue",
            "name": "Pale Pine Dawn",
            "colors": [
                "#DEF5E5",
                "#BCEAD5",
                "#9ED5C5",
                "#8EC3B0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.345898Z"
        },
        {
            "id": 457,
            "id_string": "a1eafb-fdfdfd-ffcef3-cabbe9-minthaze",
            "name": "Pale Plum Dream",
            "colors": [
                "#A1EAFB",
                "#FDFDFD",
                "#FFCEF3",
                "#CABBE9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.569601Z"
        },
        {
            "id": 1291,
            "id_string": "cff1ef-ffffff-fbcffc-be79df-minthaze",
            "name": "Pale Plum Drift",
            "colors": [
                "#CFF1EF",
                "#FFFFFF",
                "#FBCFFC",
                "#BE79DF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.297455Z"
        },
        {
            "id": 985,
            "id_string": "94d0cc-eec4c4-f29191-d1d9d9-tonecraft",
            "name": "Pale Rose Bloom",
            "colors": [
                "#94D0CC",
                "#EEC4C4",
                "#F29191",
                "#D1D9D9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.815005Z"
        },
        {
            "id": 976,
            "id_string": "cee5d0-f3f0d7-e0c097-ff7878-hexharbor",
            "name": "Pale Rose Grove",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#E0C097",
                "#FF7878"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.771546Z"
        },
        {
            "id": 548,
            "id_string": "ff90bc-ffc0d9-f9f9e0-8acdd7-hexharbor",
            "name": "Pale Rose Meadow",
            "colors": [
                "#FF90BC",
                "#FFC0D9",
                "#F9F9E0",
                "#8ACDD7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.086261Z"
        },
        {
            "id": 843,
            "id_string": "ff8080-ffcf96-f6fdc3-cdfad5-coloreef",
            "name": "Pale Rose Tide",
            "colors": [
                "#FF8080",
                "#FFCF96",
                "#F6FDC3",
                "#CDFAD5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.906058Z"
        },
        {
            "id": 375,
            "id_string": "fdefef-f4dfd0-dad0c2-cdbba7-candytone",
            "name": "Pale Ruby Bloom",
            "colors": [
                "#FDEFEF",
                "#F4DFD0",
                "#DAD0C2",
                "#CDBBA7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.186573Z"
        },
        {
            "id": 584,
            "id_string": "ffeeee-fff6ea-f7e9d7-ebd8c3-hexharbor",
            "name": "Pale Ruby Dawn",
            "colors": [
                "#FFEEEE",
                "#FFF6EA",
                "#F7E9D7",
                "#EBD8C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.261714Z"
        }
    ]
}