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=80
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=81",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=79"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 562,
            "id_string": "99a98f-c1d0b5-d6e8db-fff8de-candytone",
            "name": "Pale Honey Drift",
            "colors": [
                "#99A98F",
                "#C1D0B5",
                "#D6E8DB",
                "#FFF8DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.156074Z"
        },
        {
            "id": 561,
            "id_string": "e0ece4-f7f2e7-d8d3cd-797a7e-huedrift",
            "name": "Pastel Coral Bloom",
            "colors": [
                "#E0ECE4",
                "#F7F2E7",
                "#D8D3CD",
                "#797A7E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.151514Z"
        },
        {
            "id": 560,
            "id_string": "94b49f-cee5d0-fcf8e8-ecb390-coloreef",
            "name": "Pastel Honey Drift",
            "colors": [
                "#94B49F",
                "#CEE5D0",
                "#FCF8E8",
                "#ECB390"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.146635Z"
        },
        {
            "id": 559,
            "id_string": "faf7f0-cdfcf6-bccef8-98a8f8-pixelpine",
            "name": "Pastel Mint Bay",
            "colors": [
                "#FAF7F0",
                "#CDFCF6",
                "#BCCEF8",
                "#98A8F8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.141895Z"
        },
        {
            "id": 558,
            "id_string": "eef5ff-b4d4ff-86b6f6-176b87-minthaze",
            "name": "Vivid Sky Glow",
            "colors": [
                "#EEF5FF",
                "#B4D4FF",
                "#86B6F6",
                "#176B87"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.137214Z"
        },
        {
            "id": 557,
            "id_string": "ffe6e6-ffabe1-a685e2-6155a6-cobaltcat",
            "name": "Neon Crimson Tide",
            "colors": [
                "#FFE6E6",
                "#FFABE1",
                "#A685E2",
                "#6155A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.132628Z"
        },
        {
            "id": 556,
            "id_string": "7c9473-cfdac8-e8eae6-cdd0cb-palettepup",
            "name": "Lime Glow",
            "colors": [
                "#7C9473",
                "#CFDAC8",
                "#E8EAE6",
                "#CDD0CB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.128145Z"
        },
        {
            "id": 555,
            "id_string": "fdf7e4-faeed1-ded0b6-bbab8c-huedrift",
            "name": "Cloud Honey Bloom",
            "colors": [
                "#FDF7E4",
                "#FAEED1",
                "#DED0B6",
                "#BBAB8C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.123253Z"
        },
        {
            "id": 554,
            "id_string": "7d0a0a-bf3131-ead196-f3edc8-cobaltcat",
            "name": "Vivid Rose Veil",
            "colors": [
                "#7D0A0A",
                "#BF3131",
                "#EAD196",
                "#F3EDC8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.118680Z"
        },
        {
            "id": 553,
            "id_string": "153448-3c5b6f-948979-dfd0b8-swatchbird",
            "name": "Warm Cyan Hush",
            "colors": [
                "#153448",
                "#3C5B6F",
                "#948979",
                "#DFD0B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.113406Z"
        }
    ]
}