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=90
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=91",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=89"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1225,
            "id_string": "85a392-f5b971-fdd998-ffecc7-paperfox",
            "name": "Neon Apricot Dream",
            "colors": [
                "#85A392",
                "#F5B971",
                "#FDD998",
                "#FFECC7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.946435Z"
        },
        {
            "id": 1209,
            "id_string": "dd5353-b73e3e-dbc8ac-eddbc0-nordichue",
            "name": "Rose Dusk",
            "colors": [
                "#DD5353",
                "#B73E3E",
                "#DBC8AC",
                "#EDDBC0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.873519Z"
        },
        {
            "id": 1211,
            "id_string": "205781-4f959d-98d2c0-f6f8d5-mossyhex",
            "name": "Gold Haze",
            "colors": [
                "#205781",
                "#4F959D",
                "#98D2C0",
                "#F6F8D5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.882569Z"
        },
        {
            "id": 1220,
            "id_string": "206a5d-81b214-bfdcae-f1f1e8-retroswatch",
            "name": "Neon Lime Grove",
            "colors": [
                "#206A5D",
                "#81B214",
                "#BFDCAE",
                "#F1F1E8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.923580Z"
        },
        {
            "id": 1219,
            "id_string": "4d3e3e-fff3cd-ffc38b-ff926b-swatchbird",
            "name": "Neon Gold Dream",
            "colors": [
                "#4D3E3E",
                "#FFF3CD",
                "#FFC38B",
                "#FF926B"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.918832Z"
        },
        {
            "id": 1179,
            "id_string": "35374b-344955-50727b-78a083-nordichue",
            "name": "Twilight Aqua Dawn",
            "colors": [
                "#35374B",
                "#344955",
                "#50727B",
                "#78A083"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.734921Z"
        },
        {
            "id": 647,
            "id_string": "b9f3fc-aee2ff-93c6e7-fedeff-studiomochi",
            "name": "Cloud Cyan Drift",
            "colors": [
                "#B9F3FC",
                "#AEE2FF",
                "#93C6E7",
                "#FEDEFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.602108Z"
        },
        {
            "id": 1221,
            "id_string": "000000-bd4b4b-efb7b7-eeeeee-swatchbird",
            "name": "Cool Crimson Mist",
            "colors": [
                "#000000",
                "#BD4B4B",
                "#EFB7B7",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.928042Z"
        },
        {
            "id": 1214,
            "id_string": "c96868-fadfa1-fff4ea-7eacb5-coloreef",
            "name": "Neon Ember Field",
            "colors": [
                "#C96868",
                "#FADFA1",
                "#FFF4EA",
                "#7EACB5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.896056Z"
        },
        {
            "id": 1241,
            "id_string": "1d5d9b-75c2f6-f4d160-fbeeac-paperfox",
            "name": "Vivid Gold Harbor",
            "colors": [
                "#1D5D9B",
                "#75C2F6",
                "#F4D160",
                "#FBEEAC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.027759Z"
        }
    ]
}