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=118
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=119",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=117"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1105,
            "id_string": "382933-3b5249-519872-a4b494-cobaltcat",
            "name": "Twilight Forest Grove",
            "colors": [
                "#382933",
                "#3B5249",
                "#519872",
                "#A4B494"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.381928Z"
        },
        {
            "id": 416,
            "id_string": "000000-52057b-892cdc-bc6ff1-minthaze",
            "name": "Twilight Indigo Field",
            "colors": [
                "#000000",
                "#52057B",
                "#892CDC",
                "#BC6FF1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.380234Z"
        },
        {
            "id": 488,
            "id_string": "635985-443c68-393053-18122b-studiomochi",
            "name": "Twilight Iris Drift",
            "colors": [
                "#635985",
                "#443C68",
                "#393053",
                "#18122B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.721240Z"
        },
        {
            "id": 630,
            "id_string": "071a52-086972-17b978-a7ff83-tonecraft",
            "name": "Twilight Jade Meadow",
            "colors": [
                "#071A52",
                "#086972",
                "#17B978",
                "#A7FF83"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.485153Z"
        },
        {
            "id": 939,
            "id_string": "1a1a2e-16213e-0f3460-e94560-duskpixel",
            "name": "Twilight Magenta Dawn",
            "colors": [
                "#1A1A2E",
                "#16213E",
                "#0F3460",
                "#E94560"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.428550Z"
        },
        {
            "id": 832,
            "id_string": "511845-900c3f-c70039-ff5733-mossyhex",
            "name": "Twilight Magenta Hush",
            "colors": [
                "#511845",
                "#900C3F",
                "#C70039",
                "#FF5733"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.682503Z"
        },
        {
            "id": 1061,
            "id_string": "162447-1f4068-1b1b2f-e43f5a-hexharbor",
            "name": "Twilight Rose Glow",
            "colors": [
                "#162447",
                "#1F4068",
                "#1B1B2F",
                "#E43F5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.175093Z"
        },
        {
            "id": 742,
            "id_string": "22092c-872341-be3144-f05941-duskpixel",
            "name": "Twilight Rose Glow",
            "colors": [
                "#22092C",
                "#872341",
                "#BE3144",
                "#F05941"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.061145Z"
        },
        {
            "id": 1162,
            "id_string": "525252-414141-313131-ca3e47-paperfox",
            "name": "Twilight Rose Hush",
            "colors": [
                "#525252",
                "#414141",
                "#313131",
                "#CA3E47"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.657143Z"
        },
        {
            "id": 1278,
            "id_string": "443737-272121-ff0000-ff4d00-mossyhex",
            "name": "Twilight Ruby Bloom",
            "colors": [
                "#443737",
                "#272121",
                "#FF0000",
                "#FF4D00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.237910Z"
        }
    ]
}