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=22
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=23",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=21"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 727,
            "id_string": "faf3f3-e1e5ea-a7bbc7-da7f8f-minthaze",
            "name": "Cloud Blush Veil",
            "colors": [
                "#FAF3F3",
                "#E1E5EA",
                "#A7BBC7",
                "#DA7F8F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.980798Z"
        },
        {
            "id": 467,
            "id_string": "92c7cf-aad7d9-fbf9f1-e5e1da-mossyhex",
            "name": "Cloud Citrine Breeze",
            "colors": [
                "#92C7CF",
                "#AAD7D9",
                "#FBF9F1",
                "#E5E1DA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.618188Z"
        },
        {
            "id": 566,
            "id_string": "ccf6c8-fafcc2-f6d6ad-f9c0c0-mossyhex",
            "name": "Cloud Citrine Field",
            "colors": [
                "#CCF6C8",
                "#FAFCC2",
                "#F6D6AD",
                "#F9C0C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.174944Z"
        },
        {
            "id": 406,
            "id_string": "fcf8e8-d4e2d4-ecb390-df7861-paperfox",
            "name": "Cloud Citrine Haze",
            "colors": [
                "#FCF8E8",
                "#D4E2D4",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.332146Z"
        },
        {
            "id": 872,
            "id_string": "d7e9b9-fffbac-ffd495-faab78-mossyhex",
            "name": "Cloud Citrine Hush",
            "colors": [
                "#D7E9B9",
                "#FFFBAC",
                "#FFD495",
                "#FAAB78"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.062869Z"
        },
        {
            "id": 789,
            "id_string": "ada2ff-c0deff-ffe5f1-fff8e1-nordichue",
            "name": "Cloud Cobalt Bay",
            "colors": [
                "#ADA2FF",
                "#C0DEFF",
                "#FFE5F1",
                "#FFF8E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.284490Z"
        },
        {
            "id": 341,
            "id_string": "fff5e4-ffe3e1-ffd1d1-ff9494-candytone",
            "name": "Cloud Coral Dream",
            "colors": [
                "#FFF5E4",
                "#FFE3E1",
                "#FFD1D1",
                "#FF9494"
            ],
            "color_count": 4,
            "like_count": 16,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.020240Z"
        },
        {
            "id": 384,
            "id_string": "ffeecc-ffddcc-ffcccc-febbcc-cobaltcat",
            "name": "Cloud Coral Dream",
            "colors": [
                "#FFEECC",
                "#FFDDCC",
                "#FFCCCC",
                "#FEBBCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.230966Z"
        },
        {
            "id": 1027,
            "id_string": "ffe5b9-eff8ff-c9cbff-a6a9b6-hexharbor",
            "name": "Cloud Coral Grove",
            "colors": [
                "#FFE5B9",
                "#EFF8FF",
                "#C9CBFF",
                "#A6A9B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.016737Z"
        },
        {
            "id": 1218,
            "id_string": "d9edbf-ffb996-ffcf81-fdffab-swatchbird",
            "name": "Cloud Coral Hush",
            "colors": [
                "#D9EDBF",
                "#FFB996",
                "#FFCF81",
                "#FDFFAB"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.914265Z"
        }
    ]
}