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=26
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=27",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=25"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1273,
            "id_string": "c8e4b2-9ed2be-7eaa92-ffd9b7-candytone",
            "name": "Electric Amber Breeze",
            "colors": [
                "#C8E4B2",
                "#9ED2BE",
                "#7EAA92",
                "#FFD9B7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.212311Z"
        },
        {
            "id": 804,
            "id_string": "f6f1e9-ffd93d-ff8400-4f200d-cobaltcat",
            "name": "Neon Honey Dawn",
            "colors": [
                "#F6F1E9",
                "#FFD93D",
                "#FF8400",
                "#4F200D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.364042Z"
        },
        {
            "id": 766,
            "id_string": "041c32-04293a-064663-ecb365-cobaltcat",
            "name": "Dusk Cyan Veil",
            "colors": [
                "#041C32",
                "#04293A",
                "#064663",
                "#ECB365"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.174144Z"
        },
        {
            "id": 581,
            "id_string": "2f5d62-5e8b7e-a7c4bc-dfeeea-candytone",
            "name": "Cool Aqua Hush",
            "colors": [
                "#2F5D62",
                "#5E8B7E",
                "#A7C4BC",
                "#DFEEEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.247007Z"
        },
        {
            "id": 511,
            "id_string": "fff5eb-deedf0-f4c7ab-b2b8a3-huedrift",
            "name": "Pale Coral Glow",
            "colors": [
                "#FFF5EB",
                "#DEEDF0",
                "#F4C7AB",
                "#B2B8A3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.829679Z"
        },
        {
            "id": 411,
            "id_string": "395144-4e6c50-aa8b56-f0ebce-palettepup",
            "name": "Cool Sunbeam Hush",
            "colors": [
                "#395144",
                "#4E6C50",
                "#AA8B56",
                "#F0EBCE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.355458Z"
        },
        {
            "id": 408,
            "id_string": "9babb8-eee3cb-d7c0ae-967e76-pixelpine",
            "name": "Warm Coral Dream",
            "colors": [
                "#9BABB8",
                "#EEE3CB",
                "#D7C0AE",
                "#967E76"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.341216Z"
        },
        {
            "id": 378,
            "id_string": "f2d7d9-d3cedf-9cb4cc-748da6-cobaltcat",
            "name": "Magenta Dawn",
            "colors": [
                "#F2D7D9",
                "#D3CEDF",
                "#9CB4CC",
                "#748DA6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.200509Z"
        },
        {
            "id": 8,
            "id_string": "000000-ffffff-ff0000-00ff00-0000ff-ffff00-00ffff-ff00ff-usbugraus",
            "name": "Primary 8",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#0000FF",
                "#FFFF00",
                "#00FFFF",
                "#FF00FF"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.756672Z"
        },
        {
            "id": 994,
            "id_string": "34626c-839b97-cfd3ce-c6b497-swatchbird",
            "name": "Tide Mist",
            "colors": [
                "#34626C",
                "#839B97",
                "#CFD3CE",
                "#C6B497"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.856798Z"
        }
    ]
}