Palette List
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=usage_count&page=4
{ "instance": null, "properties": [], "meta": null, "links": { "next": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=5", "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=3" }, "count": 1351, "page_size": 10, "num_pages": 136, "results": [ { "id": 1126, "id_string": "79e0ee-98eecc-d0f5be-fbffdc-coloreef", "name": "Cloud Fern Tide", "colors": [ "#79E0EE", "#98EECC", "#D0F5BE", "#FBFFDC" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:40.479105Z" }, { "id": 439, "id_string": "b3c8cf-bed7dc-f1eedc-e5ddc5-palettepup", "name": "Cloud Gold Sunset", "colors": [ "#B3C8CF", "#BED7DC", "#F1EEDC", "#E5DDC5" ], "color_count": 4, "like_count": 14, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:36.486924Z" }, { "id": 900, "id_string": "ffcc70-fffadd-8ecddd-22668d-swatchbird", "name": "Neon Apricot Glow", "colors": [ "#FFCC70", "#FFFADD", "#8ECDDD", "#22668D" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:39.198500Z" }, { "id": 960, "id_string": "3c486b-f0f0f0-f9d949-f45050-palettepup", "name": "Gold Harbor", "colors": [ "#3C486B", "#F0F0F0", "#F9D949", "#F45050" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:39.660860Z" }, { "id": 1247, "id_string": "f4f4f4-ff7315-3a3535-232020-cobaltcat", "name": "Neon Apricot Drift", "colors": [ "#F4F4F4", "#FF7315", "#3A3535", "#232020" ], "color_count": 4, "like_count": 12, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:41.070369Z" }, { "id": 305, "id_string": "0b0905-8e3514-fcba99-581603-f2f2f2-c36e43-61211b-3d711f-633345dd-hkkillny", "name": "13-color palette", "colors": [ "#0B0905", "#8E3514", "#FCBA99", "#581603", "#F2F2F2", "#C36E43", "#61211B", "#3D711F", "#F39E02", "#71410E", "#543707", "#20522C", "#82829A" ], "color_count": 13, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:17.252066Z" }, { "id": 771, "id_string": "f5efe3-e6e7e5-f7d3ba-a6aa9c-huedrift", "name": "Cloud Amber Bay", "colors": [ "#F5EFE3", "#E6E7E5", "#F7D3BA", "#A6AA9C" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:38.197284Z" }, { "id": 994, "id_string": "34626c-839b97-cfd3ce-c6b497-swatchbird", "name": "Tide Mist", "colors": [ "#34626C", "#839B97", "#CFD3CE", "#C6B497" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:39.856798Z" }, { "id": 768, "id_string": "251b37-372948-ffcaca-ffecef-mossyhex", "name": "Vivid Ruby Dream", "colors": [ "#251B37", "#372948", "#FFCACA", "#FFECEF" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:38.183182Z" }, { "id": 8, "id_string": "000000-ffffff-ff0000-00ff00-0000ff-ffff00-00ffff-ff00ff-usbugraus", "name": "Primary 8", "colors": [ "#000000", "#FFFFFF", "#FF0000", "#00FF00", "#0000FF", "#FFFF00", "#00FFFF", "#FF00FF" ], "color_count": 8, "like_count": 0, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-24T02:37:07.756672Z" } ] }