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=name&page=100
{ "instance": null, "properties": [], "meta": null, "links": { "next": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=101", "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=99" }, "count": 1351, "page_size": 10, "num_pages": 136, "results": [ { "id": 385, "id_string": "ffd5cd-efbbcf-c3aed6-8675a9-pixelpine", "name": "Rose Drift", "colors": [ "#FFD5CD", "#EFBBCF", "#C3AED6", "#8675A9" ], "color_count": 4, "like_count": 14, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:36.235435Z" }, { "id": 588, "id_string": "07689f-a2d5f2-fafafa-ff7e67-nordichue", "name": "Rose Drift", "colors": [ "#07689F", "#A2D5F2", "#FAFAFA", "#FF7E67" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:37.280274Z" }, { "id": 1209, "id_string": "dd5353-b73e3e-dbc8ac-eddbc0-nordichue", "name": "Rose Dusk", "colors": [ "#DD5353", "#B73E3E", "#DBC8AC", "#EDDBC0" ], "color_count": 4, "like_count": 12, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:40.873519Z" }, { "id": 769, "id_string": "1f1d36-3f3351-864879-e9a6a6-pixelpine", "name": "Rose Dusk", "colors": [ "#1F1D36", "#3F3351", "#864879", "#E9A6A6" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:38.187718Z" }, { "id": 610, "id_string": "9e9d89-e4d3cf-e2bcb7-b67162-hexharbor", "name": "Rose Harbor", "colors": [ "#9E9D89", "#E4D3CF", "#E2BCB7", "#B67162" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:37.385034Z" }, { "id": 878, "id_string": "e8e8e8-f05454-30475e-222831-nordichue", "name": "Rose Harbor", "colors": [ "#E8E8E8", "#F05454", "#30475E", "#222831" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:39.093417Z" }, { "id": 1285, "id_string": "f8b195-f67280-c06c84-355c7d-studiomochi", "name": "Rose Sunset", "colors": [ "#F8B195", "#F67280", "#C06C84", "#355C7D" ], "color_count": 4, "like_count": 12, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:41.270233Z" }, { "id": 841, "id_string": "f2f2f2-ebd5d5-ea8a8a-685454-pixelpine", "name": "Rose Sunset", "colors": [ "#F2F2F2", "#EBD5D5", "#EA8A8A", "#685454" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:38.878107Z" }, { "id": 798, "id_string": "420516-7d1935-b42b51-e63e6d-cobaltcat", "name": "Rose Veil", "colors": [ "#420516", "#7D1935", "#B42B51", "#E63E6D" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:38.326064Z" }, { "id": 1314, "id_string": "ffffff-1e1e1a-cd8b4b-dfe4d6-0c0c0b-6f6f70-c48f67-f4b473-a2838986-hoanglambk57", "name": "Round Calico Cat", "colors": [ "#FFFFFF", "#1E1E1A", "#CD8B4B", "#DFE4D6", "#0C0C0B", "#6F6F70", "#C48F67", "#F4B473", "#EBCBBD", "#4C4C4C", "#FDC3B0", "#E7B88A", "#D3999D", "#3A1E00", "#EEEEEE" ], "color_count": 15, "like_count": 0, "usage_count": 1, "source": "art", "status": "public", "updated": "2026-08-09T16:06:52.428948Z" } ] }