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=-created&page=91
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=-created&page=92",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=90"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 452,
            "id_string": "8294c4-acb1d6-dbdfea-ffead2-retroswatch",
            "name": "Soft Ember Bay",
            "colors": [
                "#8294C4",
                "#ACB1D6",
                "#DBDFEA",
                "#FFEAD2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.546645Z"
        },
        {
            "id": 451,
            "id_string": "a87676-ca8787-e1acac-ffd0d0-duskpixel",
            "name": "Electric Scarlet Harbor",
            "colors": [
                "#A87676",
                "#CA8787",
                "#E1ACAC",
                "#FFD0D0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.541506Z"
        },
        {
            "id": 450,
            "id_string": "a7727d-eddbc7-f8ead8-f9f5e7-retroswatch",
            "name": "Soft Ember Tide",
            "colors": [
                "#A7727D",
                "#EDDBC7",
                "#F8EAD8",
                "#F9F5E7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.537053Z"
        },
        {
            "id": 449,
            "id_string": "7286d3-8ea7e9-e5e0ff-fff2f2-studiomochi",
            "name": "Pastel Cobalt Haze",
            "colors": [
                "#7286D3",
                "#8EA7E9",
                "#E5E0FF",
                "#FFF2F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.532684Z"
        },
        {
            "id": 448,
            "id_string": "222831-31363f-76abae-eeeeee-minthaze",
            "name": "Cool Aqua Field",
            "colors": [
                "#222831",
                "#31363F",
                "#76ABAE",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.528045Z"
        },
        {
            "id": 447,
            "id_string": "ffbbcc-ffcccc-ffddcc-ffeecc-pixelpine",
            "name": "Pale Magenta Mist",
            "colors": [
                "#FFBBCC",
                "#FFCCCC",
                "#FFDDCC",
                "#FFEECC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.523552Z"
        },
        {
            "id": 446,
            "id_string": "fcf5ee-fbe8e7-f7ddde-ffc4d0-tonecraft",
            "name": "Cloud Rose Bloom",
            "colors": [
                "#FCF5EE",
                "#FBE8E7",
                "#F7DDDE",
                "#FFC4D0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.519000Z"
        },
        {
            "id": 445,
            "id_string": "fff2d8-ead7bb-bca37f-113946-cobaltcat",
            "name": "Vivid Coral Glow",
            "colors": [
                "#FFF2D8",
                "#EAD7BB",
                "#BCA37F",
                "#113946"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.514610Z"
        },
        {
            "id": 444,
            "id_string": "ffe6e6-e1afd1-ad88c6-7469b6-candytone",
            "name": "Neon Ruby Drift",
            "colors": [
                "#FFE6E6",
                "#E1AFD1",
                "#AD88C6",
                "#7469B6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.509861Z"
        },
        {
            "id": 443,
            "id_string": "f3c5c5-c1a3a3-886f6f-694e4e-swatchbird",
            "name": "Cool Ruby Dusk",
            "colors": [
                "#F3C5C5",
                "#C1A3A3",
                "#886F6F",
                "#694E4E"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.505208Z"
        }
    ]
}