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=usage_count&page=86
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=usage_count&page=87",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=85"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1045,
            "id_string": "ffcb91-ffefa1-94ebcd-6ddccf-coloreef",
            "name": "Electric Coral Bay",
            "colors": [
                "#FFCB91",
                "#FFEFA1",
                "#94EBCD",
                "#6DDCCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.101436Z"
        },
        {
            "id": 297,
            "id_string": "000000-14943b-959ab1-005c17-dce1e7-84879a-shrecklings",
            "name": "Yellow ship",
            "colors": [
                "#000000",
                "#14943B",
                "#959AB1",
                "#005C17",
                "#DCE1E7",
                "#84879A"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.195402Z"
        },
        {
            "id": 1068,
            "id_string": "f2efe7-9acbd0-48a6a7-006a71-swatchbird",
            "name": "Electric Cyan Drift",
            "colors": [
                "#F2EFE7",
                "#9ACBD0",
                "#48A6A7",
                "#006A71"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.208593Z"
        },
        {
            "id": 1064,
            "id_string": "053742-39a2db-a2dbfa-e8f0f2-tonecraft",
            "name": "Neon Aqua Drift",
            "colors": [
                "#053742",
                "#39A2DB",
                "#A2DBFA",
                "#E8F0F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.190022Z"
        },
        {
            "id": 1062,
            "id_string": "000000-150050-3f0071-fb2576-hexharbor",
            "name": "Deep Indigo Breeze",
            "colors": [
                "#000000",
                "#150050",
                "#3F0071",
                "#FB2576"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.179522Z"
        },
        {
            "id": 1069,
            "id_string": "15b7b9-10ddc2-f5f5f5-f57170-duskpixel",
            "name": "Vivid Ruby Meadow",
            "colors": [
                "#15B7B9",
                "#10DDC2",
                "#F5F5F5",
                "#F57170"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.213314Z"
        },
        {
            "id": 1057,
            "id_string": "213448-547792-94b4c1-ecefca-pixelpine",
            "name": "Gold Bay",
            "colors": [
                "#213448",
                "#547792",
                "#94B4C1",
                "#ECEFCA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.156570Z"
        },
        {
            "id": 260,
            "id_string": "000000-ffffff-ff0000-ffdfc4-1c1c1c-alainjeshuatamara7838",
            "name": "5-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#FFDFC4",
                "#1C1C1C"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.941357Z"
        },
        {
            "id": 1072,
            "id_string": "f4f9f4-c4e3cb-8aae92-616161-palettepup",
            "name": "Cool Pine Dream",
            "colors": [
                "#F4F9F4",
                "#C4E3CB",
                "#8AAE92",
                "#616161"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.227493Z"
        },
        {
            "id": 1059,
            "id_string": "070d59-1f3c88-5893d4-ceddef-paperfox",
            "name": "Electric Azure Glow",
            "colors": [
                "#070D59",
                "#1F3C88",
                "#5893D4",
                "#CEDDEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.165668Z"
        }
    ]
}