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=93
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=94",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=92"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 470,
            "id_string": "f9ecec-f0d9da-c8d9eb-ecf2f9-minthaze",
            "name": "Pastel Crimson Harbor",
            "colors": [
                "#F9ECEC",
                "#F0D9DA",
                "#C8D9EB",
                "#ECF2F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.632602Z"
        },
        {
            "id": 823,
            "id_string": "ddf3f5-a6dcef-f2aaaa-e36387-nordichue",
            "name": "Pastel Crimson Mist",
            "colors": [
                "#DDF3F5",
                "#A6DCEF",
                "#F2AAAA",
                "#E36387"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.593632Z"
        },
        {
            "id": 541,
            "id_string": "bfecff-cdc1ff-fff6e3-ffccea-mossyhex",
            "name": "Pastel Cyan Mist",
            "colors": [
                "#BFECFF",
                "#CDC1FF",
                "#FFF6E3",
                "#FFCCEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.052698Z"
        },
        {
            "id": 483,
            "id_string": "f4f9f9-ccf2f4-a4ebf3-aaaaaa-minthaze",
            "name": "Pastel Cyan Mist",
            "colors": [
                "#F4F9F9",
                "#CCF2F4",
                "#A4EBF3",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.697981Z"
        },
        {
            "id": 479,
            "id_string": "ffe8df-ffffff-f0f0f0-888888-minthaze",
            "name": "Pastel Ember Dusk",
            "colors": [
                "#FFE8DF",
                "#FFFFFF",
                "#F0F0F0",
                "#888888"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.679465Z"
        },
        {
            "id": 415,
            "id_string": "b5c0d0-ccd3ca-f5e8dd-eed3d9-cobaltcat",
            "name": "Pastel Ember Veil",
            "colors": [
                "#B5C0D0",
                "#CCD3CA",
                "#F5E8DD",
                "#EED3D9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.375576Z"
        },
        {
            "id": 625,
            "id_string": "fcf8e8-ecdfc8-ecb390-df7861-hexharbor",
            "name": "Pastel Gold Dawn",
            "colors": [
                "#FCF8E8",
                "#ECDFC8",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.462172Z"
        },
        {
            "id": 728,
            "id_string": "d2e0fb-fef9d9-dee5d4-8eaccd-coloreef",
            "name": "Pastel Gold Field",
            "colors": [
                "#D2E0FB",
                "#FEF9D9",
                "#DEE5D4",
                "#8EACCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.985328Z"
        },
        {
            "id": 674,
            "id_string": "fcffa6-c1ffd7-b5deff-cab8ff-retroswatch",
            "name": "Pastel Gold Hush",
            "colors": [
                "#FCFFA6",
                "#C1FFD7",
                "#B5DEFF",
                "#CAB8FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.729548Z"
        },
        {
            "id": 1195,
            "id_string": "ffffd0-f3ccff-d09cfa-a555ec-candytone",
            "name": "Pastel Gold Mist",
            "colors": [
                "#FFFFD0",
                "#F3CCFF",
                "#D09CFA",
                "#A555EC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.809482Z"
        }
    ]
}