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=73
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=74",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=72"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 693,
            "id_string": "f7f7e8-c7cfb7-9dad7f-557174-palettepup",
            "name": "Warm Gold Breeze",
            "colors": [
                "#F7F7E8",
                "#C7CFB7",
                "#9DAD7F",
                "#557174"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.822842Z"
        },
        {
            "id": 717,
            "id_string": "4f6f52-739072-86a789-d2e3c8-huedrift",
            "name": "Fern Field",
            "colors": [
                "#4F6F52",
                "#739072",
                "#86A789",
                "#D2E3C8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.934102Z"
        },
        {
            "id": 1007,
            "id_string": "5d5b6a-758184-cfb495-f5cdaa-duskpixel",
            "name": "Neon Apricot Drift",
            "colors": [
                "#5D5B6A",
                "#758184",
                "#CFB495",
                "#F5CDAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.916443Z"
        },
        {
            "id": 1137,
            "id_string": "4e89ae-43658b-ed6663-ffa372-palettepup",
            "name": "Ember Mist",
            "colors": [
                "#4E89AE",
                "#43658B",
                "#ED6663",
                "#FFA372"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.529520Z"
        },
        {
            "id": 942,
            "id_string": "000000-3e065f-700b97-8e05c2-nordichue",
            "name": "Noir Violet Field",
            "colors": [
                "#000000",
                "#3E065F",
                "#700B97",
                "#8E05C2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.454204Z"
        },
        {
            "id": 1005,
            "id_string": "94b4a4-d2f5e3-e5c5b5-f4d9c6-mossyhex",
            "name": "Soft Apricot Field",
            "colors": [
                "#94B4A4",
                "#D2F5E3",
                "#E5C5B5",
                "#F4D9C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.907188Z"
        },
        {
            "id": 1010,
            "id_string": "3c4245-5f6769-719192-dfcdc3-mossyhex",
            "name": "Cool Apricot Glow",
            "colors": [
                "#3C4245",
                "#5F6769",
                "#719192",
                "#DFCDC3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.930825Z"
        },
        {
            "id": 1006,
            "id_string": "00a19d-fff8e5-ffb344-e05d5d-palettepup",
            "name": "Vivid Lagoon Bloom",
            "colors": [
                "#00A19D",
                "#FFF8E5",
                "#FFB344",
                "#E05D5D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.911934Z"
        },
        {
            "id": 1031,
            "id_string": "b7b1f2-fdb7ea-ffdccc-fbf3b9-cobaltcat",
            "name": "Cloud Ember Bloom",
            "colors": [
                "#B7B1F2",
                "#FDB7EA",
                "#FFDCCC",
                "#FBF3B9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.034857Z"
        },
        {
            "id": 483,
            "id_string": "f4f9f9-ccf2f4-a4ebf3-aaaaaa-minthaze",
            "name": "Pastel Cyan Mist",
            "colors": [
                "#F4F9F9",
                "#CCF2F4",
                "#A4EBF3",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.697981Z"
        }
    ]
}