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=77
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=78",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=76"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 592,
            "id_string": "fba1b7-ffd1da-fff0f5-ffdbaa-nordichue",
            "name": "Soft Rose Harbor",
            "colors": [
                "#FBA1B7",
                "#FFD1DA",
                "#FFF0F5",
                "#FFDBAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.298703Z"
        },
        {
            "id": 591,
            "id_string": "698269-b99b6b-f1dbbf-aa5656-hexharbor",
            "name": "Ember Field",
            "colors": [
                "#698269",
                "#B99B6B",
                "#F1DBBF",
                "#AA5656"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.294178Z"
        },
        {
            "id": 590,
            "id_string": "6482ad-7fa1c3-e2dad6-f5eded-candytone",
            "name": "Cool Sky Glow",
            "colors": [
                "#6482AD",
                "#7FA1C3",
                "#E2DAD6",
                "#F5EDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.289503Z"
        },
        {
            "id": 589,
            "id_string": "ffeadd-fcaeae-ff8989-ff6666-mossyhex",
            "name": "Pale Apricot Breeze",
            "colors": [
                "#FFEADD",
                "#FCAEAE",
                "#FF8989",
                "#FF6666"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.284926Z"
        },
        {
            "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": 587,
            "id_string": "363062-4d4c7d-827397-d8b9c3-minthaze",
            "name": "Cool Azure Breeze",
            "colors": [
                "#363062",
                "#4D4C7D",
                "#827397",
                "#D8B9C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.275738Z"
        },
        {
            "id": 586,
            "id_string": "303841-3a4750-d72323-eeeeee-coloreef",
            "name": "Crimson Glow",
            "colors": [
                "#303841",
                "#3A4750",
                "#D72323",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.271324Z"
        },
        {
            "id": 585,
            "id_string": "be8abf-ea9abb-fea5ad-f8c3af-minthaze",
            "name": "Electric Blush Sunset",
            "colors": [
                "#BE8ABF",
                "#EA9ABB",
                "#FEA5AD",
                "#F8C3AF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.266251Z"
        },
        {
            "id": 584,
            "id_string": "ffeeee-fff6ea-f7e9d7-ebd8c3-hexharbor",
            "name": "Pale Ruby Dawn",
            "colors": [
                "#FFEEEE",
                "#FFF6EA",
                "#F7E9D7",
                "#EBD8C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.261714Z"
        },
        {
            "id": 583,
            "id_string": "f0ece2-dfd3c3-c7b198-596e79-minthaze",
            "name": "Warm Ember Dream",
            "colors": [
                "#F0ECE2",
                "#DFD3C3",
                "#C7B198",
                "#596E79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.257059Z"
        }
    ]
}