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=color_count&page=87
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=color_count&page=88",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=86"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1180,
            "id_string": "e7f0dc-597445-658147-729762-studiomochi",
            "name": "Meadow Veil",
            "colors": [
                "#E7F0DC",
                "#597445",
                "#658147",
                "#729762"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.739500Z"
        },
        {
            "id": 1189,
            "id_string": "f5efff-e5d9f2-cdc1ff-a294f9-tonecraft",
            "name": "Cloud Iris Glow",
            "colors": [
                "#F5EFFF",
                "#E5D9F2",
                "#CDC1FF",
                "#A294F9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.781743Z"
        },
        {
            "id": 1190,
            "id_string": "ecfcff-b2fcff-5edfff-3e64ff-duskpixel",
            "name": "Electric Aqua Hush",
            "colors": [
                "#ECFCFF",
                "#B2FCFF",
                "#5EDFFF",
                "#3E64FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.786566Z"
        },
        {
            "id": 1184,
            "id_string": "eaafaf-a2738c-645c84-427996-tonecraft",
            "name": "Ruby Grove",
            "colors": [
                "#EAAFAF",
                "#A2738C",
                "#645C84",
                "#427996"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.759251Z"
        },
        {
            "id": 1185,
            "id_string": "a9eee6-fefaec-f38181-625772-pixelpine",
            "name": "Electric Gold Tide",
            "colors": [
                "#A9EEE6",
                "#FEFAEC",
                "#F38181",
                "#625772"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.763842Z"
        },
        {
            "id": 603,
            "id_string": "dab88b-f3e9dd-fdf6ec-b7cadb-cobaltcat",
            "name": "Cloud Apricot Dusk",
            "colors": [
                "#DAB88B",
                "#F3E9DD",
                "#FDF6EC",
                "#B7CADB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.351244Z"
        },
        {
            "id": 1177,
            "id_string": "fdd2bf-e98580-df5e5e-492f10-mossyhex",
            "name": "Electric Apricot Grove",
            "colors": [
                "#FDD2BF",
                "#E98580",
                "#DF5E5E",
                "#492F10"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.725647Z"
        },
        {
            "id": 1176,
            "id_string": "553c8b-9ea9f0-ccc1ff-ffeafe-palettepup",
            "name": "Vivid Iris Dawn",
            "colors": [
                "#553C8B",
                "#9EA9F0",
                "#CCC1FF",
                "#FFEAFE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.721172Z"
        },
        {
            "id": 1205,
            "id_string": "94b5c0-350b40-ad6c80-ee99a0-nordichue",
            "name": "Blush Dream",
            "colors": [
                "#94B5C0",
                "#350B40",
                "#AD6C80",
                "#EE99A0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.855491Z"
        },
        {
            "id": 1141,
            "id_string": "f9f8eb-a7d7c5-74b49b-5c8d89-coloreef",
            "name": "Gold Grove",
            "colors": [
                "#F9F8EB",
                "#A7D7C5",
                "#74B49B",
                "#5C8D89"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.547686Z"
        }
    ]
}