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=83
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=84",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=82"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1207,
            "id_string": "242f9b-646fd4-9ba3eb-dbdffd-nordichue",
            "name": "Neon Sky Meadow",
            "colors": [
                "#242F9B",
                "#646FD4",
                "#9BA3EB",
                "#DBDFFD"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.864341Z"
        },
        {
            "id": 845,
            "id_string": "ffe15d-f49d1a-dc3535-b01e68-duskpixel",
            "name": "Neon Sunbeam Veil",
            "colors": [
                "#FFE15D",
                "#F49D1A",
                "#DC3535",
                "#B01E68"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.923883Z"
        },
        {
            "id": 862,
            "id_string": "7effdb-b693fe-8c82fc-ff9de2-duskpixel",
            "name": "Neon Teal Dawn",
            "colors": [
                "#7EFFDB",
                "#B693FE",
                "#8C82FC",
                "#FF9DE2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.006118Z"
        },
        {
            "id": 1157,
            "id_string": "00ead3-fff5b7-ff449f-005f99-nordichue",
            "name": "Neon Teal Grove",
            "colors": [
                "#00EAD3",
                "#FFF5B7",
                "#FF449F",
                "#005F99"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.633660Z"
        },
        {
            "id": 565,
            "id_string": "cde8e5-eef7ff-7ab2b2-4d869c-cobaltcat",
            "name": "Neon Tide Bloom",
            "colors": [
                "#CDE8E5",
                "#EEF7FF",
                "#7AB2B2",
                "#4D869C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.170313Z"
        },
        {
            "id": 686,
            "id_string": "003c43-135d66-77b0aa-e3fef7-huedrift",
            "name": "Neon Tide Dawn",
            "colors": [
                "#003C43",
                "#135D66",
                "#77B0AA",
                "#E3FEF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.790147Z"
        },
        {
            "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": 970,
            "id_string": "f6f1f1-19a7ce-146c94-000000-huedrift",
            "name": "Neon Tide Field",
            "colors": [
                "#F6F1F1",
                "#19A7CE",
                "#146C94",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.741595Z"
        },
        {
            "id": 1289,
            "id_string": "072227-35858b-4fbdba-aefeff-retroswatch",
            "name": "Neon Tide Harbor",
            "colors": [
                "#072227",
                "#35858B",
                "#4FBDBA",
                "#AEFEFF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.288259Z"
        },
        {
            "id": 911,
            "id_string": "5800ff-0096ff-00d7ff-72ffff-nordichue",
            "name": "Neon Violet Haze",
            "colors": [
                "#5800FF",
                "#0096FF",
                "#00D7FF",
                "#72FFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.251725Z"
        }
    ]
}