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=126
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=127",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=125"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1252,
            "id_string": "ff9843-ffdd95-86a7fc-3468c0-studiomochi",
            "name": "Neon Apricot Sunset",
            "colors": [
                "#FF9843",
                "#FFDD95",
                "#86A7FC",
                "#3468C0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.095288Z"
        },
        {
            "id": 1253,
            "id_string": "72147e-f21170-fa9905-ff5200-coloreef",
            "name": "Electric Amber Mist",
            "colors": [
                "#72147E",
                "#F21170",
                "#FA9905",
                "#FF5200"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.107568Z"
        },
        {
            "id": 1254,
            "id_string": "000000-1a4d2e-ff9f29-faf3e3-duskpixel",
            "name": "Vivid Coral Grove",
            "colors": [
                "#000000",
                "#1A4D2E",
                "#FF9F29",
                "#FAF3E3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.112408Z"
        },
        {
            "id": 1255,
            "id_string": "527853-f9e8d9-f7b787-ee7214-palettepup",
            "name": "Vivid Coral Sunset",
            "colors": [
                "#527853",
                "#F9E8D9",
                "#F7B787",
                "#EE7214"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.117020Z"
        },
        {
            "id": 1256,
            "id_string": "006769-40a578-9dde8b-e6ff94-huedrift",
            "name": "Vivid Aqua Mist",
            "colors": [
                "#006769",
                "#40A578",
                "#9DDE8B",
                "#E6FF94"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.121499Z"
        },
        {
            "id": 1257,
            "id_string": "fbf9fa-fd0054-a80038-2b2024-nordichue",
            "name": "Vivid Rose Bloom",
            "colors": [
                "#FBF9FA",
                "#FD0054",
                "#A80038",
                "#2B2024"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.126143Z"
        },
        {
            "id": 1258,
            "id_string": "fff0d1-795757-664343-3b3030-duskpixel",
            "name": "Vivid Amber Haze",
            "colors": [
                "#FFF0D1",
                "#795757",
                "#664343",
                "#3B3030"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.130689Z"
        },
        {
            "id": 1259,
            "id_string": "184d47-96bb7c-d6efc7-fad586-candytone",
            "name": "Amber Veil",
            "colors": [
                "#184D47",
                "#96BB7C",
                "#D6EFC7",
                "#FAD586"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.135608Z"
        },
        {
            "id": 1260,
            "id_string": "721b65-b80d57-f8615a-ffd868-cobaltcat",
            "name": "Electric Ember Field",
            "colors": [
                "#721B65",
                "#B80D57",
                "#F8615A",
                "#FFD868"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.140195Z"
        },
        {
            "id": 1261,
            "id_string": "ecfae5-ddf6d2-cae8bd-b0db9c-huedrift",
            "name": "Cloud Meadow Sunset",
            "colors": [
                "#ECFAE5",
                "#DDF6D2",
                "#CAE8BD",
                "#B0DB9C"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.144985Z"
        }
    ]
}