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=color_count&page=48
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=color_count&page=49",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=47"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 785,
            "id_string": "d3dedc-92a9bd-7c99ac-ffefef-studiomochi",
            "name": "Electric Scarlet Grove",
            "colors": [
                "#D3DEDC",
                "#92A9BD",
                "#7C99AC",
                "#FFEFEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.266205Z"
        },
        {
            "id": 539,
            "id_string": "698474-889e81-bac7a7-e5e4cc-minthaze",
            "name": "Sunbeam Haze",
            "colors": [
                "#698474",
                "#889E81",
                "#BAC7A7",
                "#E5E4CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.043099Z"
        },
        {
            "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": 825,
            "id_string": "ff597b-ff8e9e-f9b5d0-eeeeee-swatchbird",
            "name": "Pale Magenta Glow",
            "colors": [
                "#FF597B",
                "#FF8E9E",
                "#F9B5D0",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.607863Z"
        },
        {
            "id": 898,
            "id_string": "071952-088395-37b7c3-ebf4f6-hexharbor",
            "name": "Vivid Aqua Breeze",
            "colors": [
                "#071952",
                "#088395",
                "#37B7C3",
                "#EBF4F6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.186451Z"
        },
        {
            "id": 721,
            "id_string": "201e43-134b70-508c9b-eeeeee-coloreef",
            "name": "Cool Cyan Haze",
            "colors": [
                "#201E43",
                "#134B70",
                "#508C9B",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.952727Z"
        },
        {
            "id": 528,
            "id_string": "f5e8c7-ecccb2-deb6ab-ac7088-nordichue",
            "name": "Warm Amber Dusk",
            "colors": [
                "#F5E8C7",
                "#ECCCB2",
                "#DEB6AB",
                "#AC7088"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.970198Z"
        },
        {
            "id": 840,
            "id_string": "ffe1e1-90a17d-829460-eeeeee-retroswatch",
            "name": "Electric Scarlet Bloom",
            "colors": [
                "#FFE1E1",
                "#90A17D",
                "#829460",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.842369Z"
        },
        {
            "id": 759,
            "id_string": "e7e0c9-c1cfc0-6b7aa1-11324d-retroswatch",
            "name": "Cyan Bloom",
            "colors": [
                "#E7E0C9",
                "#C1CFC0",
                "#6B7AA1",
                "#11324D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.142174Z"
        },
        {
            "id": 852,
            "id_string": "6b240c-994d1c-e48f45-f5cca0-paperfox",
            "name": "Ember Hush",
            "colors": [
                "#6B240C",
                "#994D1C",
                "#E48F45",
                "#F5CCA0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.957261Z"
        }
    ]
}