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=30
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=31",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=29"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 618,
            "id_string": "1c3879-607eaa-eae3d2-f9f5eb-coloreef",
            "name": "Cool Sky Mist",
            "colors": [
                "#1C3879",
                "#607EAA",
                "#EAE3D2",
                "#F9F5EB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.429421Z"
        },
        {
            "id": 1035,
            "id_string": "86a789-b2c8ba-d2e3c8-ebf3e8-minthaze",
            "name": "Fern Field",
            "colors": [
                "#86A789",
                "#B2C8BA",
                "#D2E3C8",
                "#EBF3E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.052863Z"
        },
        {
            "id": 633,
            "id_string": "fce2db-f1c6d3-e4a3d4-c295d8-retroswatch",
            "name": "Pale Crimson Tide",
            "colors": [
                "#FCE2DB",
                "#F1C6D3",
                "#E4A3D4",
                "#C295D8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.506163Z"
        },
        {
            "id": 1264,
            "id_string": "4e6e81-f9dbbb-ff0303-2e3840-coloreef",
            "name": "Neon Rose Bloom",
            "colors": [
                "#4E6E81",
                "#F9DBBB",
                "#FF0303",
                "#2E3840"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.159464Z"
        },
        {
            "id": 836,
            "id_string": "cdf0ea-f9f9f9-ecc5fb-faf4b7-retroswatch",
            "name": "Pale Violet Tide",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#ECC5FB",
                "#FAF4B7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.721435Z"
        },
        {
            "id": 552,
            "id_string": "2c3333-2e4f4f-0e8388-cbe4de-cobaltcat",
            "name": "Twilight Cyan Bay",
            "colors": [
                "#2C3333",
                "#2E4F4F",
                "#0E8388",
                "#CBE4DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.108797Z"
        },
        {
            "id": 675,
            "id_string": "331d2c-3f2e3e-a78295-efe1d1-huedrift",
            "name": "Cool Ember Field",
            "colors": [
                "#331D2C",
                "#3F2E3E",
                "#A78295",
                "#EFE1D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.734135Z"
        },
        {
            "id": 441,
            "id_string": "ffacac-ffbfa9-ffebb4-fbffb1-paperfox",
            "name": "Pale Scarlet Grove",
            "colors": [
                "#FFACAC",
                "#FFBFA9",
                "#FFEBB4",
                "#FBFFB1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.496100Z"
        },
        {
            "id": 859,
            "id_string": "ffe4d6-facbea-d988b9-b0578d-paperfox",
            "name": "Neon Amber Bay",
            "colors": [
                "#FFE4D6",
                "#FACBEA",
                "#D988B9",
                "#B0578D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.989896Z"
        },
        {
            "id": 641,
            "id_string": "d3e4cd-99a799-f2ddc1-e2c2b9-retroswatch",
            "name": "Soft Amber Tide",
            "colors": [
                "#D3E4CD",
                "#99A799",
                "#F2DDC1",
                "#E2C2B9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.572678Z"
        }
    ]
}