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=like_count&page=107
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=like_count&page=108",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=106"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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": 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": 1147,
            "id_string": "7fc8a9-d5eebb-5f7a61-444941-paperfox",
            "name": "Warm Meadow Dusk",
            "colors": [
                "#7FC8A9",
                "#D5EEBB",
                "#5F7A61",
                "#444941"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.577605Z"
        },
        {
            "id": 535,
            "id_string": "155263-ff6f3c-ff9a3c-ffc93c-candytone",
            "name": "Vivid Coral Harbor",
            "colors": [
                "#155263",
                "#FF6F3C",
                "#FF9A3C",
                "#FFC93C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.022244Z"
        },
        {
            "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": 509,
            "id_string": "ffb6b6-fde2e2-aacfcf-679b9b-tonecraft",
            "name": "Electric Crimson Bloom",
            "colors": [
                "#FFB6B6",
                "#FDE2E2",
                "#AACFCF",
                "#679B9B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.819658Z"
        },
        {
            "id": 1027,
            "id_string": "ffe5b9-eff8ff-c9cbff-a6a9b6-hexharbor",
            "name": "Cloud Coral Grove",
            "colors": [
                "#FFE5B9",
                "#EFF8FF",
                "#C9CBFF",
                "#A6A9B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.016737Z"
        },
        {
            "id": 1037,
            "id_string": "ccafaf-ffcac2-fc9d9d-900c3f-duskpixel",
            "name": "Neon Rose Veil",
            "colors": [
                "#CCAFAF",
                "#FFCAC2",
                "#FC9D9D",
                "#900C3F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.064596Z"
        }
    ]
}