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=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&ordering=color_count&page=52",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=50"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 862,
            "id_string": "7effdb-b693fe-8c82fc-ff9de2-duskpixel",
            "name": "Neon Teal Dawn",
            "colors": [
                "#7EFFDB",
                "#B693FE",
                "#8C82FC",
                "#FF9DE2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.006118Z"
        },
        {
            "id": 723,
            "id_string": "1c0c5b-3d2c8d-916bbf-c996cc-studiomochi",
            "name": "Vivid Indigo Glow",
            "colors": [
                "#1C0C5B",
                "#3D2C8D",
                "#916BBF",
                "#C996CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.961862Z"
        },
        {
            "id": 872,
            "id_string": "d7e9b9-fffbac-ffd495-faab78-mossyhex",
            "name": "Cloud Citrine Hush",
            "colors": [
                "#D7E9B9",
                "#FFFBAC",
                "#FFD495",
                "#FAAB78"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.062869Z"
        },
        {
            "id": 816,
            "id_string": "008dda-41c9e2-ace2e1-f7eedd-coloreef",
            "name": "Electric Tide Dream",
            "colors": [
                "#008DDA",
                "#41C9E2",
                "#ACE2E1",
                "#F7EEDD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.447793Z"
        },
        {
            "id": 474,
            "id_string": "f0a8d0-f7b5ca-ffc6c6-ffebd4-swatchbird",
            "name": "Pale Crimson Bloom",
            "colors": [
                "#F0A8D0",
                "#F7B5CA",
                "#FFC6C6",
                "#FFEBD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.653738Z"
        },
        {
            "id": 1198,
            "id_string": "91ddcf-f7f9f2-e8c5e5-f19ed2-studiomochi",
            "name": "Soft Orchid Dawn",
            "colors": [
                "#91DDCF",
                "#F7F9F2",
                "#E8C5E5",
                "#F19ED2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.823010Z"
        },
        {
            "id": 1335,
            "id_string": "ffffff-000000-fe8100-feccfd-hoanglambk57",
            "name": "Sleepy Corgi",
            "colors": [
                "#FFFFFF",
                "#000000",
                "#FE8100",
                "#FECCFD"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "art",
            "status": "public",
            "updated": "2026-08-15T13:33:53.600687Z"
        },
        {
            "id": 813,
            "id_string": "290001-87431d-c87941-dbcbbd-duskpixel",
            "name": "Neon Blush Haze",
            "colors": [
                "#290001",
                "#87431D",
                "#C87941",
                "#DBCBBD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.419902Z"
        },
        {
            "id": 521,
            "id_string": "e4e0e1-d6c0b3-ab886d-493628-hexharbor",
            "name": "Coral Tide",
            "colors": [
                "#E4E0E1",
                "#D6C0B3",
                "#AB886D",
                "#493628"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.912938Z"
        },
        {
            "id": 1098,
            "id_string": "845460-ead3cb-bdc7c9-2b4f60-candytone",
            "name": "Ember Sunset",
            "colors": [
                "#845460",
                "#EAD3CB",
                "#BDC7C9",
                "#2B4F60"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.349696Z"
        }
    ]
}