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&page=17
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&page=18",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=16"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 900,
            "id_string": "ffcc70-fffadd-8ecddd-22668d-swatchbird",
            "name": "Neon Apricot Glow",
            "colors": [
                "#FFCC70",
                "#FFFADD",
                "#8ECDDD",
                "#22668D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.198500Z"
        },
        {
            "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": 838,
            "id_string": "04009a-77acf1-3edbf0-c0fefc-tonecraft",
            "name": "Neon Ocean Bloom",
            "colors": [
                "#04009A",
                "#77ACF1",
                "#3EDBF0",
                "#C0FEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.770172Z"
        },
        {
            "id": 749,
            "id_string": "00e0ff-74f9ff-a6fff2-e8ffe8-paperfox",
            "name": "Aqua Dawn",
            "colors": [
                "#00E0FF",
                "#74F9FF",
                "#A6FFF2",
                "#E8FFE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.096024Z"
        },
        {
            "id": 409,
            "id_string": "def5e5-bcead5-9ed5c5-8ec3b0-nordichue",
            "name": "Pale Pine Dawn",
            "colors": [
                "#DEF5E5",
                "#BCEAD5",
                "#9ED5C5",
                "#8EC3B0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.345898Z"
        },
        {
            "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": 1128,
            "id_string": "fff7d4-ffd95a-c07f00-4c3d3d-pixelpine",
            "name": "Vivid Citrine Breeze",
            "colors": [
                "#FFF7D4",
                "#FFD95A",
                "#C07F00",
                "#4C3D3D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.488168Z"
        },
        {
            "id": 668,
            "id_string": "ffedfa-ffb8e0-ec7fa9-be5985-swatchbird",
            "name": "Mauve Dawn",
            "colors": [
                "#FFEDFA",
                "#FFB8E0",
                "#EC7FA9",
                "#BE5985"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.701694Z"
        },
        {
            "id": 370,
            "id_string": "212121-323232-0d7377-14ffec-coloreef",
            "name": "Dusk Teal Breeze",
            "colors": [
                "#212121",
                "#323232",
                "#0D7377",
                "#14FFEC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.163716Z"
        },
        {
            "id": 92,
            "id_string": "efebd6-4e3c3f-685b56-e7e4ee-c2c7d6-bb8647-a5754f-c58a29-comficker",
            "name": "Icon: Camera",
            "colors": [
                "#EFEBD6",
                "#4E3C3F",
                "#685B56",
                "#E7E4EE",
                "#C2C7D6",
                "#BB8647",
                "#A5754F",
                "#C58A29"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.362040Z"
        }
    ]
}