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=68
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=69",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=67"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 682,
            "id_string": "f875aa-ffdfdf-fff6f6-aedefc-cobaltcat",
            "name": "Pale Ruby Veil",
            "colors": [
                "#F875AA",
                "#FFDFDF",
                "#FFF6F6",
                "#AEDEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.770240Z"
        },
        {
            "id": 681,
            "id_string": "cffffe-f9f7d9-fce2ce-ffc1f3-palettepup",
            "name": "Pale Teal Grove",
            "colors": [
                "#CFFFFE",
                "#F9F7D9",
                "#FCE2CE",
                "#FFC1F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.765811Z"
        },
        {
            "id": 680,
            "id_string": "eeebdd-d8b6a4-630000-000000-huedrift",
            "name": "Vivid Ruby Grove",
            "colors": [
                "#EEEBDD",
                "#D8B6A4",
                "#630000",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.761196Z"
        },
        {
            "id": 679,
            "id_string": "f7f7f7-eeeeee-393e46-929aab-retroswatch",
            "name": "Slate Breeze",
            "colors": [
                "#F7F7F7",
                "#EEEEEE",
                "#393E46",
                "#929AAB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.756596Z"
        },
        {
            "id": 678,
            "id_string": "6e85b7-b2c8df-c4d7e0-f8f9d7-candytone",
            "name": "Neon Honey Field",
            "colors": [
                "#6E85B7",
                "#B2C8DF",
                "#C4D7E0",
                "#F8F9D7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.751915Z"
        },
        {
            "id": 677,
            "id_string": "000000-150050-3f0071-610094-studiomochi",
            "name": "Deep Indigo Glow",
            "colors": [
                "#000000",
                "#150050",
                "#3F0071",
                "#610094"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.743160Z"
        },
        {
            "id": 676,
            "id_string": "beebe9-f4dada-ffb6b9-f6eec7-palettepup",
            "name": "Soft Blush Drift",
            "colors": [
                "#BEEBE9",
                "#F4DADA",
                "#FFB6B9",
                "#F6EEC7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.738686Z"
        },
        {
            "id": 675,
            "id_string": "331d2c-3f2e3e-a78295-efe1d1-huedrift",
            "name": "Cool Ember Field",
            "colors": [
                "#331D2C",
                "#3F2E3E",
                "#A78295",
                "#EFE1D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.734135Z"
        },
        {
            "id": 674,
            "id_string": "fcffa6-c1ffd7-b5deff-cab8ff-retroswatch",
            "name": "Pastel Gold Hush",
            "colors": [
                "#FCFFA6",
                "#C1FFD7",
                "#B5DEFF",
                "#CAB8FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.729548Z"
        },
        {
            "id": 673,
            "id_string": "ffc996-ff8474-9f5f80-583d72-duskpixel",
            "name": "Vivid Apricot Veil",
            "colors": [
                "#FFC996",
                "#FF8474",
                "#9F5F80",
                "#583D72"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.724587Z"
        }
    ]
}