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=114
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=115",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=113"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1132,
            "id_string": "11cbd7-c6f1e7-f0fff3-fa4659-duskpixel",
            "name": "Neon Moss Dawn",
            "colors": [
                "#11CBD7",
                "#C6F1E7",
                "#F0FFF3",
                "#FA4659"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.506459Z"
        },
        {
            "id": 1133,
            "id_string": "222831-30475e-c1a57b-ececec-paperfox",
            "name": "Apricot Grove",
            "colors": [
                "#222831",
                "#30475E",
                "#C1A57B",
                "#ECECEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.511220Z"
        },
        {
            "id": 1134,
            "id_string": "eeeeee-32e0c4-0d7377-212121-tonecraft",
            "name": "Electric Aqua Veil",
            "colors": [
                "#EEEEEE",
                "#32E0C4",
                "#0D7377",
                "#212121"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.515720Z"
        },
        {
            "id": 1135,
            "id_string": "321f28-734046-a05344-e79e4f-coloreef",
            "name": "Dusk Ember Breeze",
            "colors": [
                "#321F28",
                "#734046",
                "#A05344",
                "#E79E4F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.520281Z"
        },
        {
            "id": 1136,
            "id_string": "99b898-feceab-ff847c-e84a5f-swatchbird",
            "name": "Neon Crimson Breeze",
            "colors": [
                "#99B898",
                "#FECEAB",
                "#FF847C",
                "#E84A5F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.524776Z"
        },
        {
            "id": 1137,
            "id_string": "4e89ae-43658b-ed6663-ffa372-palettepup",
            "name": "Ember Mist",
            "colors": [
                "#4E89AE",
                "#43658B",
                "#ED6663",
                "#FFA372"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.529520Z"
        },
        {
            "id": 1138,
            "id_string": "f3efe0-434242-222222-22a39f-hexharbor",
            "name": "Mint Drift",
            "colors": [
                "#F3EFE0",
                "#434242",
                "#222222",
                "#22A39F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.534163Z"
        },
        {
            "id": 1139,
            "id_string": "1c315e-227c70-88a47c-e6e2c3-cobaltcat",
            "name": "Lagoon Grove",
            "colors": [
                "#1C315E",
                "#227C70",
                "#88A47C",
                "#E6E2C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.538719Z"
        },
        {
            "id": 1140,
            "id_string": "8cb9bd-fefbf6-ecb159-b67352-coloreef",
            "name": "Electric Amber Drift",
            "colors": [
                "#8CB9BD",
                "#FEFBF6",
                "#ECB159",
                "#B67352"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.543162Z"
        },
        {
            "id": 1141,
            "id_string": "f9f8eb-a7d7c5-74b49b-5c8d89-coloreef",
            "name": "Gold Grove",
            "colors": [
                "#F9F8EB",
                "#A7D7C5",
                "#74B49B",
                "#5C8D89"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.547686Z"
        }
    ]
}