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=58
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=59",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=57"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1066,
            "id_string": "fd841f-e14d2a-cd104d-9c2c77-swatchbird",
            "name": "Neon Ember Veil",
            "colors": [
                "#FD841F",
                "#E14D2A",
                "#CD104D",
                "#9C2C77"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.199309Z"
        },
        {
            "id": 653,
            "id_string": "79b4b7-fefbf3-f8f0df-9d9d9d-swatchbird",
            "name": "Neon Ember Tide",
            "colors": [
                "#79B4B7",
                "#FEFBF3",
                "#F8F0DF",
                "#9D9D9D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.629899Z"
        },
        {
            "id": 659,
            "id_string": "ffcdb2-ffb4a2-e5989b-b5828c-candytone",
            "name": "Neon Ember Tide",
            "colors": [
                "#FFCDB2",
                "#FFB4A2",
                "#E5989B",
                "#B5828C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.660703Z"
        },
        {
            "id": 547,
            "id_string": "61764b-9ba17b-cfb997-fad6a5-pixelpine",
            "name": "Neon Ember Tide",
            "colors": [
                "#61764B",
                "#9BA17B",
                "#CFB997",
                "#FAD6A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.081735Z"
        },
        {
            "id": 957,
            "id_string": "383e56-f69e7b-eedad1-d4b5b0-paperfox",
            "name": "Neon Ember Sunset",
            "colors": [
                "#383E56",
                "#F69E7B",
                "#EEDAD1",
                "#D4B5B0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.604037Z"
        },
        {
            "id": 356,
            "id_string": "fff8ea-9e7676-815b5b-594545-nordichue",
            "name": "Neon Ember Sunset",
            "colors": [
                "#FFF8EA",
                "#9E7676",
                "#815B5B",
                "#594545"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.095875Z"
        },
        {
            "id": 799,
            "id_string": "fff8e8-f7eed3-aab396-674636-palettepup",
            "name": "Neon Ember Mist",
            "colors": [
                "#FFF8E8",
                "#F7EED3",
                "#AAB396",
                "#674636"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.330706Z"
        },
        {
            "id": 887,
            "id_string": "ffdecf-ba7967-5e6f64-3f4441-studiomochi",
            "name": "Neon Ember Hush",
            "colors": [
                "#FFDECF",
                "#BA7967",
                "#5E6F64",
                "#3F4441"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.135567Z"
        },
        {
            "id": 855,
            "id_string": "f9e0ae-fc8621-c24914-682c0e-nordichue",
            "name": "Neon Ember Hush",
            "colors": [
                "#F9E0AE",
                "#FC8621",
                "#C24914",
                "#682C0E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.971412Z"
        },
        {
            "id": 605,
            "id_string": "cc9b6d-f1ca89-f2dac3-c8c2bc-retroswatch",
            "name": "Neon Ember Grove",
            "colors": [
                "#CC9B6D",
                "#F1CA89",
                "#F2DAC3",
                "#C8C2BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.362020Z"
        }
    ]
}