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=-name&page=113
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=-name&page=114",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=112"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1126,
            "id_string": "79e0ee-98eecc-d0f5be-fbffdc-coloreef",
            "name": "Cloud Fern Tide",
            "colors": [
                "#79E0EE",
                "#98EECC",
                "#D0F5BE",
                "#FBFFDC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.479105Z"
        },
        {
            "id": 762,
            "id_string": "eb6383-fa9191-ffe9c5-b4f2e1-huedrift",
            "name": "Cloud Ember Tide",
            "colors": [
                "#EB6383",
                "#FA9191",
                "#FFE9C5",
                "#B4F2E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.155821Z"
        },
        {
            "id": 544,
            "id_string": "d1e9f6-f6eacb-f1d3ce-eecad5-palettepup",
            "name": "Cloud Ember Dawn",
            "colors": [
                "#D1E9F6",
                "#F6EACB",
                "#F1D3CE",
                "#EECAD5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.067922Z"
        },
        {
            "id": 1031,
            "id_string": "b7b1f2-fdb7ea-ffdccc-fbf3b9-cobaltcat",
            "name": "Cloud Ember Bloom",
            "colors": [
                "#B7B1F2",
                "#FDB7EA",
                "#FFDCCC",
                "#FBF3B9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.034857Z"
        },
        {
            "id": 647,
            "id_string": "b9f3fc-aee2ff-93c6e7-fedeff-studiomochi",
            "name": "Cloud Cyan Drift",
            "colors": [
                "#B9F3FC",
                "#AEE2FF",
                "#93C6E7",
                "#FEDEFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.602108Z"
        },
        {
            "id": 1245,
            "id_string": "c7f3ff-fdc7ff-ffdcf5-f2f4c3-pixelpine",
            "name": "Cloud Cyan Bloom",
            "colors": [
                "#C7F3FF",
                "#FDC7FF",
                "#FFDCF5",
                "#F2F4C3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.060345Z"
        },
        {
            "id": 404,
            "id_string": "ffb9b9-ffddd2-ffacc7-ff8dc7-pixelpine",
            "name": "Cloud Crimson Mist",
            "colors": [
                "#FFB9B9",
                "#FFDDD2",
                "#FFACC7",
                "#FF8DC7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.322613Z"
        },
        {
            "id": 476,
            "id_string": "ffdcdc-fff2eb-ffe8cd-ffd6ba-coloreef",
            "name": "Cloud Crimson Grove",
            "colors": [
                "#FFDCDC",
                "#FFF2EB",
                "#FFE8CD",
                "#FFD6BA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.665323Z"
        },
        {
            "id": 383,
            "id_string": "ff9292-ffb4b4-ffdcdc-ffe8e8-minthaze",
            "name": "Cloud Crimson Glow",
            "colors": [
                "#FF9292",
                "#FFB4B4",
                "#FFDCDC",
                "#FFE8E8"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.226375Z"
        },
        {
            "id": 371,
            "id_string": "93b5c6-c9ccd5-e4d8dc-ffe3e3-hexharbor",
            "name": "Cloud Crimson Drift",
            "colors": [
                "#93B5C6",
                "#C9CCD5",
                "#E4D8DC",
                "#FFE3E3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.168142Z"
        }
    ]
}