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=91
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=92",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=90"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1226,
            "id_string": "1d5b79-468b97-ef6262-f3aa60-candytone",
            "name": "Vivid Apricot Field",
            "colors": [
                "#1D5B79",
                "#468B97",
                "#EF6262",
                "#F3AA60"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.950965Z"
        },
        {
            "id": 1231,
            "id_string": "0f2854-1c4d8d-4988c4-bde8f5-duskpixel",
            "name": "Vivid Cyan Drift",
            "colors": [
                "#0F2854",
                "#1C4D8D",
                "#4988C4",
                "#BDE8F5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.975452Z"
        },
        {
            "id": 1236,
            "id_string": "eddfe0-f5f5f7-b7b7b7-705c53-nordichue",
            "name": "Blush Veil",
            "colors": [
                "#EDDFE0",
                "#F5F5F7",
                "#B7B7B7",
                "#705C53"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.002555Z"
        },
        {
            "id": 1227,
            "id_string": "efee9d-d1eaa3-dbc6eb-abc2e8-palettepup",
            "name": "Soft Honey Dream",
            "colors": [
                "#EFEE9D",
                "#D1EAA3",
                "#DBC6EB",
                "#ABC2E8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.955433Z"
        },
        {
            "id": 1228,
            "id_string": "000000-323232-ff1e56-ffac41-nordichue",
            "name": "Magenta Harbor",
            "colors": [
                "#000000",
                "#323232",
                "#FF1E56",
                "#FFAC41"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.961416Z"
        },
        {
            "id": 1235,
            "id_string": "5f939a-d8ac9c-eac8af-1b2021-huedrift",
            "name": "Amber Dusk",
            "colors": [
                "#5F939A",
                "#D8AC9C",
                "#EAC8AF",
                "#1B2021"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.997355Z"
        },
        {
            "id": 1242,
            "id_string": "3e0703-660b05-8c1007-fff0c4-mossyhex",
            "name": "Dusk Apricot Dream",
            "colors": [
                "#3E0703",
                "#660B05",
                "#8C1007",
                "#FFF0C4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.032023Z"
        },
        {
            "id": 709,
            "id_string": "004225-f5f5dc-ffb000-ffcf9d-huedrift",
            "name": "Electric Mint Dusk",
            "colors": [
                "#004225",
                "#F5F5DC",
                "#FFB000",
                "#FFCF9D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.896639Z"
        },
        {
            "id": 1238,
            "id_string": "7eb5a6-c36839-86340a-e8d0b3-retroswatch",
            "name": "Electric Ember Bloom",
            "colors": [
                "#7EB5A6",
                "#C36839",
                "#86340A",
                "#E8D0B3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.013350Z"
        },
        {
            "id": 1240,
            "id_string": "d789d7-9d65c9-5d54a4-2a3d66-nordichue",
            "name": "Warm Plum Field",
            "colors": [
                "#D789D7",
                "#9D65C9",
                "#5D54A4",
                "#2A3D66"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.023024Z"
        }
    ]
}