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=created&page=81
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=created&page=82",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=80"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 802,
            "id_string": "ef9595-efb495-efd595-ebef95-candytone",
            "name": "Crimson Harbor",
            "colors": [
                "#EF9595",
                "#EFB495",
                "#EFD595",
                "#EBEF95"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.354341Z"
        },
        {
            "id": 803,
            "id_string": "0a043c-03506f-bbbbbb-ffe3d8-swatchbird",
            "name": "Electric Coral Tide",
            "colors": [
                "#0A043C",
                "#03506F",
                "#BBBBBB",
                "#FFE3D8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.359679Z"
        },
        {
            "id": 804,
            "id_string": "f6f1e9-ffd93d-ff8400-4f200d-cobaltcat",
            "name": "Neon Honey Dawn",
            "colors": [
                "#F6F1E9",
                "#FFD93D",
                "#FF8400",
                "#4F200D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.364042Z"
        },
        {
            "id": 805,
            "id_string": "e7dfd5-84a9ac-3b6978-204051-mossyhex",
            "name": "Aqua Tide",
            "colors": [
                "#E7DFD5",
                "#84A9AC",
                "#3B6978",
                "#204051"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.368998Z"
        },
        {
            "id": 806,
            "id_string": "0079ff-00dfa2-f6fa70-ff0060-studiomochi",
            "name": "Neon Cobalt Hush",
            "colors": [
                "#0079FF",
                "#00DFA2",
                "#F6FA70",
                "#FF0060"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.373400Z"
        },
        {
            "id": 807,
            "id_string": "06283d-1363df-47b5ff-dff6ff-cobaltcat",
            "name": "Neon Tide Dream",
            "colors": [
                "#06283D",
                "#1363DF",
                "#47B5FF",
                "#DFF6FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.377972Z"
        },
        {
            "id": 808,
            "id_string": "28df99-99f3bd-d2f6c5-f6f7d4-palettepup",
            "name": "Vivid Moss Hush",
            "colors": [
                "#28DF99",
                "#99F3BD",
                "#D2F6C5",
                "#F6F7D4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.382707Z"
        },
        {
            "id": 809,
            "id_string": "beadfa-d0bfff-dfccfb-fff8c9-duskpixel",
            "name": "Soft Indigo Dusk",
            "colors": [
                "#BEADFA",
                "#D0BFFF",
                "#DFCCFB",
                "#FFF8C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.387231Z"
        },
        {
            "id": 810,
            "id_string": "921a40-c75b7a-d9abab-f4d9d0-candytone",
            "name": "Rose Bloom",
            "colors": [
                "#921A40",
                "#C75B7A",
                "#D9ABAB",
                "#F4D9D0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.392117Z"
        },
        {
            "id": 811,
            "id_string": "863a6f-975c8d-d989b5-ffadbc-cobaltcat",
            "name": "Vivid Rose Dream",
            "colors": [
                "#863A6F",
                "#975C8D",
                "#D989B5",
                "#FFADBC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.396721Z"
        }
    ]
}