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=35
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=36",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=34"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1012,
            "id_string": "03001c-301e67-5b8fb9-b6eada-minthaze",
            "name": "Vivid Azure Bloom",
            "colors": [
                "#03001C",
                "#301E67",
                "#5B8FB9",
                "#B6EADA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.940340Z"
        },
        {
            "id": 1011,
            "id_string": "f3f9fb-87c0cd-226597-113f67-pixelpine",
            "name": "Cyan Bay",
            "colors": [
                "#F3F9FB",
                "#87C0CD",
                "#226597",
                "#113F67"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.935492Z"
        },
        {
            "id": 1010,
            "id_string": "3c4245-5f6769-719192-dfcdc3-mossyhex",
            "name": "Cool Apricot Glow",
            "colors": [
                "#3C4245",
                "#5F6769",
                "#719192",
                "#DFCDC3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.930825Z"
        },
        {
            "id": 1009,
            "id_string": "fff7f1-ffe4c9-e78895-bed1cf-duskpixel",
            "name": "Soft Coral Dusk",
            "colors": [
                "#FFF7F1",
                "#FFE4C9",
                "#E78895",
                "#BED1CF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.926238Z"
        },
        {
            "id": 1008,
            "id_string": "57c5b6-159895-1a5f7a-002b5b-cobaltcat",
            "name": "Twilight Azure Hush",
            "colors": [
                "#57C5B6",
                "#159895",
                "#1A5F7A",
                "#002B5B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.921539Z"
        },
        {
            "id": 1007,
            "id_string": "5d5b6a-758184-cfb495-f5cdaa-duskpixel",
            "name": "Neon Apricot Drift",
            "colors": [
                "#5D5B6A",
                "#758184",
                "#CFB495",
                "#F5CDAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.916443Z"
        },
        {
            "id": 1006,
            "id_string": "00a19d-fff8e5-ffb344-e05d5d-palettepup",
            "name": "Vivid Lagoon Bloom",
            "colors": [
                "#00A19D",
                "#FFF8E5",
                "#FFB344",
                "#E05D5D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.911934Z"
        },
        {
            "id": 1005,
            "id_string": "94b4a4-d2f5e3-e5c5b5-f4d9c6-mossyhex",
            "name": "Soft Apricot Field",
            "colors": [
                "#94B4A4",
                "#D2F5E3",
                "#E5C5B5",
                "#F4D9C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.907188Z"
        },
        {
            "id": 1004,
            "id_string": "ffaaa5-fcf8f3-ffd3b6-698474-swatchbird",
            "name": "Neon Ruby Tide",
            "colors": [
                "#FFAAA5",
                "#FCF8F3",
                "#FFD3B6",
                "#698474"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.902672Z"
        },
        {
            "id": 1003,
            "id_string": "fbfbfb-e8f9ff-c4d9ff-c5baff-cobaltcat",
            "name": "Pastel Tide Field",
            "colors": [
                "#FBFBFB",
                "#E8F9FF",
                "#C4D9FF",
                "#C5BAFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.898127Z"
        }
    ]
}