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=45
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=46",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=44"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 530,
            "id_string": "2a2f4f-917fb3-e5beec-fde2f3-candytone",
            "name": "Neon Plum Veil",
            "colors": [
                "#2A2F4F",
                "#917FB3",
                "#E5BEEC",
                "#FDE2F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.984372Z"
        },
        {
            "id": 440,
            "id_string": "618264-79ac78-b0d9b1-d0e7d2-paperfox",
            "name": "Warm Moss Veil",
            "colors": [
                "#618264",
                "#79AC78",
                "#B0D9B1",
                "#D0E7D2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.491568Z"
        },
        {
            "id": 796,
            "id_string": "f7e8f6-f1c6e7-e5b0ea-bd83ce-nordichue",
            "name": "Cloud Orchid Veil",
            "colors": [
                "#F7E8F6",
                "#F1C6E7",
                "#E5B0EA",
                "#BD83CE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.316902Z"
        },
        {
            "id": 538,
            "id_string": "e1f2fb-f1f9f9-f3dfe3-e9b2bc-paperfox",
            "name": "Pastel Tide Haze",
            "colors": [
                "#E1F2FB",
                "#F1F9F9",
                "#F3DFE3",
                "#E9B2BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.038267Z"
        },
        {
            "id": 769,
            "id_string": "1f1d36-3f3351-864879-e9a6a6-pixelpine",
            "name": "Rose Dusk",
            "colors": [
                "#1F1D36",
                "#3F3351",
                "#864879",
                "#E9A6A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.187718Z"
        },
        {
            "id": 575,
            "id_string": "f3f8ff-deecff-c6cfff-e8d3ff-duskpixel",
            "name": "Cloud Azure Tide",
            "colors": [
                "#F3F8FF",
                "#DEECFF",
                "#C6CFFF",
                "#E8D3FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.218635Z"
        },
        {
            "id": 780,
            "id_string": "06283d-256d85-47b5ff-dff6ff-huedrift",
            "name": "Electric Aqua Dusk",
            "colors": [
                "#06283D",
                "#256D85",
                "#47B5FF",
                "#DFF6FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.242266Z"
        },
        {
            "id": 505,
            "id_string": "ff204e-a0153e-5d0e41-00224d-mossyhex",
            "name": "Blush Dawn",
            "colors": [
                "#FF204E",
                "#A0153E",
                "#5D0E41",
                "#00224D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.801072Z"
        },
        {
            "id": 453,
            "id_string": "753422-b05b3b-d79771-ffebc9-huedrift",
            "name": "Electric Ember Tide",
            "colors": [
                "#753422",
                "#B05B3B",
                "#D79771",
                "#FFEBC9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.551376Z"
        },
        {
            "id": 482,
            "id_string": "e1f0da-d4e7c5-bfd8af-99bc85-minthaze",
            "name": "Cloud Jade Grove",
            "colors": [
                "#E1F0DA",
                "#D4E7C5",
                "#BFD8AF",
                "#99BC85"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.693408Z"
        }
    ]
}