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=56
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=57",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=55"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1112,
            "id_string": "ffe699-fff9b6-ff9292-ffccd2-candytone",
            "name": "Soft Sunbeam Harbor",
            "colors": [
                "#FFE699",
                "#FFF9B6",
                "#FF9292",
                "#FFCCD2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.414370Z"
        },
        {
            "id": 1024,
            "id_string": "151515-a91d3a-c73659-eeeeee-pixelpine",
            "name": "Warm Rose Tide",
            "colors": [
                "#151515",
                "#A91D3A",
                "#C73659",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.999385Z"
        },
        {
            "id": 1012,
            "id_string": "03001c-301e67-5b8fb9-b6eada-minthaze",
            "name": "Vivid Azure Bloom",
            "colors": [
                "#03001C",
                "#301E67",
                "#5B8FB9",
                "#B6EADA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.940340Z"
        },
        {
            "id": 775,
            "id_string": "f0e3ca-ff8303-a35709-1b1a17-duskpixel",
            "name": "Neon Coral Harbor",
            "colors": [
                "#F0E3CA",
                "#FF8303",
                "#A35709",
                "#1B1A17"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.218727Z"
        },
        {
            "id": 761,
            "id_string": "cdf0ea-f9f9f9-f6c6ea-c490e4-coloreef",
            "name": "Soft Orchid Drift",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#F6C6EA",
                "#C490E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.151397Z"
        },
        {
            "id": 671,
            "id_string": "161a30-31304d-b6bbc4-f0ece5-tonecraft",
            "name": "Azure Haze",
            "colors": [
                "#161A30",
                "#31304D",
                "#B6BBC4",
                "#F0ECE5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.715499Z"
        },
        {
            "id": 598,
            "id_string": "092635-1b4242-5c8374-9ec8b9-palettepup",
            "name": "Dusk Aqua Field",
            "colors": [
                "#092635",
                "#1B4242",
                "#5C8374",
                "#9EC8B9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.326200Z"
        },
        {
            "id": 592,
            "id_string": "fba1b7-ffd1da-fff0f5-ffdbaa-nordichue",
            "name": "Soft Rose Harbor",
            "colors": [
                "#FBA1B7",
                "#FFD1DA",
                "#FFF0F5",
                "#FFDBAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.298703Z"
        },
        {
            "id": 584,
            "id_string": "ffeeee-fff6ea-f7e9d7-ebd8c3-hexharbor",
            "name": "Pale Ruby Dawn",
            "colors": [
                "#FFEEEE",
                "#FFF6EA",
                "#F7E9D7",
                "#EBD8C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.261714Z"
        },
        {
            "id": 574,
            "id_string": "b983ff-94b3fd-94daff-99feff-paperfox",
            "name": "Pale Iris Mist",
            "colors": [
                "#B983FF",
                "#94B3FD",
                "#94DAFF",
                "#99FEFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.214044Z"
        }
    ]
}