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=131
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=132",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=130"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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": 553,
            "id_string": "153448-3c5b6f-948979-dfd0b8-swatchbird",
            "name": "Warm Cyan Hush",
            "colors": [
                "#153448",
                "#3C5B6F",
                "#948979",
                "#DFD0B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.113406Z"
        },
        {
            "id": 1181,
            "id_string": "a6e4e7-f9f9f9-ebcbae-8f8787-studiomochi",
            "name": "Warm Ember Bloom",
            "colors": [
                "#A6E4E7",
                "#F9F9F9",
                "#EBCBAE",
                "#8F8787"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.743994Z"
        },
        {
            "id": 583,
            "id_string": "f0ece2-dfd3c3-c7b198-596e79-minthaze",
            "name": "Warm Ember Dream",
            "colors": [
                "#F0ECE2",
                "#DFD3C3",
                "#C7B198",
                "#596E79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.257059Z"
        },
        {
            "id": 945,
            "id_string": "c0d8c0-f5eedc-dd4a48-ecb390-cobaltcat",
            "name": "Warm Ember Dusk",
            "colors": [
                "#C0D8C0",
                "#F5EEDC",
                "#DD4A48",
                "#ECB390"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.486108Z"
        },
        {
            "id": 831,
            "id_string": "d06224-ae431e-8a8635-e9c891-hexharbor",
            "name": "Warm Ember Field",
            "colors": [
                "#D06224",
                "#AE431E",
                "#8A8635",
                "#E9C891"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.662957Z"
        },
        {
            "id": 736,
            "id_string": "99bbad-ebd8b7-c6a9a3-9a8194-retroswatch",
            "name": "Warm Ember Grove",
            "colors": [
                "#99BBAD",
                "#EBD8B7",
                "#C6A9A3",
                "#9A8194"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.029199Z"
        },
        {
            "id": 374,
            "id_string": "f8ede3-dfd3c3-d0b8a8-7d6e83-huedrift",
            "name": "Warm Ember Hush",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#7D6E83"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.182022Z"
        },
        {
            "id": 764,
            "id_string": "f2e9d0-eaceb4-e79e85-bb5a5a-nordichue",
            "name": "Warm Ember Mist",
            "colors": [
                "#F2E9D0",
                "#EACEB4",
                "#E79E85",
                "#BB5A5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.165071Z"
        },
        {
            "id": 432,
            "id_string": "999b84-d8ac9c-efd9d1-f4eeed-candytone",
            "name": "Warm Ember Mist",
            "colors": [
                "#999B84",
                "#D8AC9C",
                "#EFD9D1",
                "#F4EEED"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.454852Z"
        }
    ]
}