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=118
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=119",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=117"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1172,
            "id_string": "2192ff-38e54d-9cff2e-fdff00-swatchbird",
            "name": "Electric Tide Field",
            "colors": [
                "#2192FF",
                "#38E54D",
                "#9CFF2E",
                "#FDFF00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.702753Z"
        },
        {
            "id": 1173,
            "id_string": "11009e-4942e4-8696fe-c4b0ff-cobaltcat",
            "name": "Sky Sunset",
            "colors": [
                "#11009E",
                "#4942E4",
                "#8696FE",
                "#C4B0FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.707325Z"
        },
        {
            "id": 1174,
            "id_string": "f7cfd8-f4f8d3-a6d6d6-8e7dbe-duskpixel",
            "name": "Cloud Lime Veil",
            "colors": [
                "#F7CFD8",
                "#F4F8D3",
                "#A6D6D6",
                "#8E7DBE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.711874Z"
        },
        {
            "id": 1175,
            "id_string": "726a95-709fb0-a0c1b8-f4ebc1-duskpixel",
            "name": "Warm Honey Veil",
            "colors": [
                "#726A95",
                "#709FB0",
                "#A0C1B8",
                "#F4EBC1"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.716579Z"
        },
        {
            "id": 1176,
            "id_string": "553c8b-9ea9f0-ccc1ff-ffeafe-palettepup",
            "name": "Vivid Iris Dawn",
            "colors": [
                "#553C8B",
                "#9EA9F0",
                "#CCC1FF",
                "#FFEAFE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.721172Z"
        },
        {
            "id": 1177,
            "id_string": "fdd2bf-e98580-df5e5e-492f10-mossyhex",
            "name": "Electric Apricot Grove",
            "colors": [
                "#FDD2BF",
                "#E98580",
                "#DF5E5E",
                "#492F10"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.725647Z"
        },
        {
            "id": 1178,
            "id_string": "fde5ec-fcbaad-e48586-916db3-paperfox",
            "name": "Vivid Rose Mist",
            "colors": [
                "#FDE5EC",
                "#FCBAAD",
                "#E48586",
                "#916DB3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.730227Z"
        },
        {
            "id": 1179,
            "id_string": "35374b-344955-50727b-78a083-nordichue",
            "name": "Twilight Aqua Dawn",
            "colors": [
                "#35374B",
                "#344955",
                "#50727B",
                "#78A083"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.734921Z"
        },
        {
            "id": 1180,
            "id_string": "e7f0dc-597445-658147-729762-studiomochi",
            "name": "Meadow Veil",
            "colors": [
                "#E7F0DC",
                "#597445",
                "#658147",
                "#729762"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.739500Z"
        },
        {
            "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"
        }
    ]
}