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=-name&page=56
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=-name&page=57",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=55"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 838,
            "id_string": "04009a-77acf1-3edbf0-c0fefc-tonecraft",
            "name": "Neon Ocean Bloom",
            "colors": [
                "#04009A",
                "#77ACF1",
                "#3EDBF0",
                "#C0FEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.770172Z"
        },
        {
            "id": 1095,
            "id_string": "ccffbd-7eca9c-40394a-1c1427-duskpixel",
            "name": "Neon Moss Dusk",
            "colors": [
                "#CCFFBD",
                "#7ECA9C",
                "#40394A",
                "#1C1427"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.335614Z"
        },
        {
            "id": 1132,
            "id_string": "11cbd7-c6f1e7-f0fff3-fa4659-duskpixel",
            "name": "Neon Moss Dawn",
            "colors": [
                "#11CBD7",
                "#C6F1E7",
                "#F0FFF3",
                "#FA4659"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.506459Z"
        },
        {
            "id": 777,
            "id_string": "e0d8b0-fcffe7-dea057-ce9461-paperfox",
            "name": "Neon Meadow Mist",
            "colors": [
                "#E0D8B0",
                "#FCFFE7",
                "#DEA057",
                "#CE9461"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.228514Z"
        },
        {
            "id": 1163,
            "id_string": "000000-6a097d-c060a1-f1d4d4-nordichue",
            "name": "Neon Mauve Dawn",
            "colors": [
                "#000000",
                "#6A097D",
                "#C060A1",
                "#F1D4D4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.661765Z"
        },
        {
            "id": 1220,
            "id_string": "206a5d-81b214-bfdcae-f1f1e8-retroswatch",
            "name": "Neon Lime Grove",
            "colors": [
                "#206A5D",
                "#81B214",
                "#BFDCAE",
                "#F1F1E8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.923580Z"
        },
        {
            "id": 1232,
            "id_string": "252525-6930c3-64dfdf-80ffdb-retroswatch",
            "name": "Neon Lagoon Dawn",
            "colors": [
                "#252525",
                "#6930C3",
                "#64DFDF",
                "#80FFDB"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.981661Z"
        },
        {
            "id": 812,
            "id_string": "04364a-176b87-64ccc5-dafffb-pixelpine",
            "name": "Neon Lagoon Breeze",
            "colors": [
                "#04364A",
                "#176B87",
                "#64CCC5",
                "#DAFFFB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.401664Z"
        },
        {
            "id": 463,
            "id_string": "1fab89-62d2a2-9df3c4-d7fbe8-cobaltcat",
            "name": "Neon Jade Sunset",
            "colors": [
                "#1FAB89",
                "#62D2A2",
                "#9DF3C4",
                "#D7FBE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.599625Z"
        },
        {
            "id": 848,
            "id_string": "2d033b-810ca8-c147e9-e5b8f4-palettepup",
            "name": "Neon Indigo Dawn",
            "colors": [
                "#2D033B",
                "#810CA8",
                "#C147E9",
                "#E5B8F4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.938405Z"
        }
    ]
}