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=70
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=71",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=69"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 883,
            "id_string": "fbf8f1-f7ecde-e9dac1-54bab9-retroswatch",
            "name": "Soft Ember Mist",
            "colors": [
                "#FBF8F1",
                "#F7ECDE",
                "#E9DAC1",
                "#54BAB9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.116856Z"
        },
        {
            "id": 682,
            "id_string": "f875aa-ffdfdf-fff6f6-aedefc-cobaltcat",
            "name": "Pale Ruby Veil",
            "colors": [
                "#F875AA",
                "#FFDFDF",
                "#FFF6F6",
                "#AEDEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.770240Z"
        },
        {
            "id": 604,
            "id_string": "1c6758-3d8361-d6cda4-eef2e6-paperfox",
            "name": "Warm Lagoon Dawn",
            "colors": [
                "#1C6758",
                "#3D8361",
                "#D6CDA4",
                "#EEF2E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.355864Z"
        },
        {
            "id": 738,
            "id_string": "393232-4d4545-8d6262-ed8d8d-mossyhex",
            "name": "Electric Ruby Harbor",
            "colors": [
                "#393232",
                "#4D4545",
                "#8D6262",
                "#ED8D8D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.038266Z"
        },
        {
            "id": 982,
            "id_string": "405d72-758694-f7e7dc-fff8f3-huedrift",
            "name": "Neon Apricot Hush",
            "colors": [
                "#405D72",
                "#758694",
                "#F7E7DC",
                "#FFF8F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.800960Z"
        },
        {
            "id": 437,
            "id_string": "9a3b3b-c08261-e2c799-f2ecbe-swatchbird",
            "name": "Citrine Grove",
            "colors": [
                "#9A3B3B",
                "#C08261",
                "#E2C799",
                "#F2ECBE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.477723Z"
        },
        {
            "id": 981,
            "id_string": "ffc93c-07689f-40a8c4-a2d5f2-palettepup",
            "name": "Coral Field",
            "colors": [
                "#FFC93C",
                "#07689F",
                "#40A8C4",
                "#A2D5F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.796173Z"
        },
        {
            "id": 6,
            "id_string": "000000-55ffff-ff55ff-ffffff",
            "name": "CGA Mode 4",
            "colors": [
                "#000000",
                "#55FFFF",
                "#FF55FF",
                "#FFFFFF"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.749819Z"
        },
        {
            "id": 892,
            "id_string": "a2d2ff-fef9ef-ff865e-fee440-nordichue",
            "name": "Tide Bloom",
            "colors": [
                "#A2D2FF",
                "#FEF9EF",
                "#FF865E",
                "#FEE440"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.158417Z"
        },
        {
            "id": 732,
            "id_string": "caf7e3-f8eded-f6dfeb-e4bad4-mossyhex",
            "name": "Cloud Teal Mist",
            "colors": [
                "#CAF7E3",
                "#F8EDED",
                "#F6DFEB",
                "#E4BAD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.003764Z"
        }
    ]
}