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=like_count&page=19
{ "instance": null, "properties": [], "meta": null, "links": { "next": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=20", "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=18" }, "count": 1351, "page_size": 10, "num_pages": 136, "results": [ { "id": 290, "id_string": "cdcdcd-000000-fefefe-quilamour007", "name": "3-color palette", "colors": [ "#CDCDCD", "#000000", "#FEFEFE" ], "color_count": 3, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:17.150652Z" }, { "id": 329, "id_string": "4a9e5a-e43b44-3d895d-feae34-hoanglambk57", "name": "4-color palette", "colors": [ "#4A9E5A", "#E43B44", "#3D895D", "#FEAE34" ], "color_count": 4, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:17.408352Z" }, { "id": 321, "id_string": "be4a2f-fff94e-ffde1f-f77622-fbaa20-ffeb36-733e39-3e8948-de474583-hoanglambk57", "name": "10-color palette", "colors": [ "#BE4A2F", "#FFF94E", "#FFDE1F", "#F77622", "#FBAA20", "#FFEB36", "#733E39", "#3E8948", "#63C74D", "#265C42" ], "color_count": 10, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:17.363035Z" }, { "id": 234, "id_string": "ffffff-dddddd-0020ff-lesbiancowpoke", "name": "3-color palette", "colors": [ "#FFFFFF", "#DDDDDD", "#0020FF" ], "color_count": 3, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:16.685725Z" }, { "id": 34, "id_string": "fff2cc-ffd966-f4b183-dfa67b-245953-ffffff-muskoxcyan", "name": "6-color palette", "colors": [ "#FFF2CC", "#FFD966", "#F4B183", "#DFA67B", "#245953", "#FFFFFF" ], "color_count": 6, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:14.974175Z" }, { "id": 237, "id_string": "000000-ff00ff-ff8000-usbugraus", "name": "3-color palette", "colors": [ "#000000", "#FF00FF", "#FF8000" ], "color_count": 3, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:16.719029Z" }, { "id": 295, "id_string": "000000-ffffff-ff0000-00b300-ffff00-ff00ff-00ffff-ffa500-86ab9a69-shrecklings", "name": "12-color palette", "colors": [ "#000000", "#FFFFFF", "#FF0000", "#00B300", "#FFFF00", "#FF00FF", "#00FFFF", "#FFA500", "#007502", "#FEC562", "#FFD894", "#F575F5" ], "color_count": 12, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:17.184745Z" }, { "id": 328, "id_string": "3f8948-7bcf5c-hoanglambk57", "name": "2-color palette", "colors": [ "#3F8948", "#7BCF5C" ], "color_count": 2, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:17.400343Z" }, { "id": 265, "id_string": "000000-ffffff-20a777-epicguythatsreallycool", "name": "Man Template", "colors": [ "#000000", "#FFFFFF", "#20A777" ], "color_count": 3, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:16.968333Z" }, { "id": 1299, "id_string": "ffffff-f2f7f1-080000-867058-937968-a87e58-a16e3f-996c4f-c3b71642-hoanglambk57", "name": "Tiny monkey", "colors": [ "#FFFFFF", "#F2F7F1", "#080000", "#867058", "#937968", "#A87E58", "#A16E3F", "#996C4F", "#0A0C0B", "#FCD59E", "#EB4F42", "#1B0000", "#D43F39", "#946231", "#F7C296", "#F2D5B5", "#E6C9AB", "#876448", "#210C09", "#C7C8C3" ], "color_count": 20, "like_count": 0, "usage_count": 1, "source": "art", "status": "public", "updated": "2026-06-28T14:46:27.436480Z" } ] }