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=74
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=75",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=73"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 732,
            "id_string": "caf7e3-f8eded-f6dfeb-e4bad4-mossyhex",
            "name": "Cloud Teal Mist",
            "colors": [
                "#CAF7E3",
                "#F8EDED",
                "#F6DFEB",
                "#E4BAD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.003764Z"
        },
        {
            "id": 733,
            "id_string": "f1ecc3-c9d8b6-57837b-515e63-duskpixel",
            "name": "Honey Breeze",
            "colors": [
                "#F1ECC3",
                "#C9D8B6",
                "#57837B",
                "#515E63"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.012426Z"
        },
        {
            "id": 734,
            "id_string": "439a97-62b6b7-97dece-cbedd5-duskpixel",
            "name": "Teal Tide",
            "colors": [
                "#439A97",
                "#62B6B7",
                "#97DECE",
                "#CBEDD5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.017998Z"
        },
        {
            "id": 735,
            "id_string": "ffab73-ffd384-fff9b0-ffaec0-minthaze",
            "name": "Soft Coral Sunset",
            "colors": [
                "#FFAB73",
                "#FFD384",
                "#FFF9B0",
                "#FFAEC0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.024322Z"
        },
        {
            "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": 737,
            "id_string": "cff5e7-a0e4cb-59c1bd-0d4c92-paperfox",
            "name": "Electric Cobalt Meadow",
            "colors": [
                "#CFF5E7",
                "#A0E4CB",
                "#59C1BD",
                "#0D4C92"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.033715Z"
        },
        {
            "id": 738,
            "id_string": "393232-4d4545-8d6262-ed8d8d-mossyhex",
            "name": "Electric Ruby Harbor",
            "colors": [
                "#393232",
                "#4D4545",
                "#8D6262",
                "#ED8D8D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.038266Z"
        },
        {
            "id": 739,
            "id_string": "194350-ff8882-ffc2b4-9dbeb9-tonecraft",
            "name": "Vivid Rose Breeze",
            "colors": [
                "#194350",
                "#FF8882",
                "#FFC2B4",
                "#9DBEB9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.042783Z"
        },
        {
            "id": 740,
            "id_string": "65647c-8b7e74-c7bca1-f1d3b3-tonecraft",
            "name": "Amber Breeze",
            "colors": [
                "#65647C",
                "#8B7E74",
                "#C7BCA1",
                "#F1D3B3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.051573Z"
        },
        {
            "id": 741,
            "id_string": "e8f3d6-fcf9be-ffdca9-faab78-cobaltcat",
            "name": "Soft Apricot Field",
            "colors": [
                "#E8F3D6",
                "#FCF9BE",
                "#FFDCA9",
                "#FAAB78"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.056120Z"
        }
    ]
}