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=32
{ "instance": null, "properties": [], "meta": null, "links": { "next": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=33", "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=31" }, "count": 1351, "page_size": 10, "num_pages": 136, "results": [ { "id": 631, "id_string": "86a788-fffdec-ffe2e2-ffcfcf-cobaltcat", "name": "Pale Citrine Veil", "colors": [ "#86A788", "#FFFDEC", "#FFE2E2", "#FFCFCF" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:37.490067Z" }, { "id": 1229, "id_string": "ffe9d0-fffed3-bbe9ff-b1afff-minthaze", "name": "Pastel Coral Glow", "colors": [ "#FFE9D0", "#FFFED3", "#BBE9FF", "#B1AFFF" ], "color_count": 4, "like_count": 12, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:40.966324Z" }, { "id": 980, "id_string": "f1d4d4-e6739f-cc0e74-790c5a-studiomochi", "name": "Vivid Orchid Tide", "colors": [ "#F1D4D4", "#E6739F", "#CC0E74", "#790C5A" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:39.791392Z" }, { "id": 285, "id_string": "ffffff-f0e9bc-4f2a08-8c8c8c-71360e-69a003-038c33-4f930b-745336e2-ferreirasamuel09093", "name": "12-color palette", "colors": [ "#FFFFFF", "#F0E9BC", "#4F2A08", "#8C8C8C", "#71360E", "#69A003", "#038C33", "#4F930B", "#1B4E09", "#773A09", "#5C2305", "#000000" ], "color_count": 12, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:17.113821Z" }, { "id": 895, "id_string": "f0ff42-82cd47-54b435-379237-candytone", "name": "Electric Gold Tide", "colors": [ "#F0FF42", "#82CD47", "#54B435", "#379237" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:39.172320Z" }, { "id": 649, "id_string": "e6e6e6-c5a880-532e1c-0f0f0f-nordichue", "name": "Cool Ember Field", "colors": [ "#E6E6E6", "#C5A880", "#532E1C", "#0F0F0F" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:37.611248Z" }, { "id": 1073, "id_string": "e8505b-f9d56e-f3ecc2-14b1ab-candytone", "name": "Electric Ember Dawn", "colors": [ "#E8505B", "#F9D56E", "#F3ECC2", "#14B1AB" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:40.232430Z" }, { "id": 650, "id_string": "222831-393e46-948979-dfd0b8-palettepup", "name": "Coral Harbor", "colors": [ "#222831", "#393E46", "#948979", "#DFD0B8" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:37.616033Z" }, { "id": 651, "id_string": "ffc6ac-fff6dc-c4c1a4-9e9fa5-mossyhex", "name": "Electric Coral Drift", "colors": [ "#FFC6AC", "#FFF6DC", "#C4C1A4", "#9E9FA5" ], "color_count": 4, "like_count": 13, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:37.620713Z" }, { "id": 251, "id_string": "000000-222034-45283c-663931-8f563b-df7126-d9a066-eec39a-65af36e6-pixelmonkey25", "name": "32-color palette", "colors": [ "#000000", "#222034", "#45283C", "#663931", "#8F563B", "#DF7126", "#D9A066", "#EEC39A", "#FBF236", "#99E550", "#6ABE30", "#37946E", "#4B692F", "#524B24", "#323C39", "#3F3F74", "#306082", "#5B6EE1", "#639BFF", "#5FCDE4", "#CBDBFC", "#FFFFFF", "#9BADB7", "#847E87", "#696A6A", "#595652", "#76428A", "#AC3232", "#D95763", "#D77BBA", "#8F974A", "#8A6F30" ], "color_count": 32, "like_count": 0, "usage_count": 0, "source": "extracted", "status": "public", "updated": "2026-06-24T02:38:16.829919Z" } ] }