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=58
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=59",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=57"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 572,
            "id_string": "94a684-aec3ae-e4e4d0-ffeef4-pixelpine",
            "name": "Pastel Blush Harbor",
            "colors": [
                "#94A684",
                "#AEC3AE",
                "#E4E4D0",
                "#FFEEF4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.202731Z"
        },
        {
            "id": 573,
            "id_string": "191a19-1e5128-4e9f3d-d8e9a8-candytone",
            "name": "Dusk Meadow Grove",
            "colors": [
                "#191A19",
                "#1E5128",
                "#4E9F3D",
                "#D8E9A8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.207363Z"
        },
        {
            "id": 574,
            "id_string": "b983ff-94b3fd-94daff-99feff-paperfox",
            "name": "Pale Iris Mist",
            "colors": [
                "#B983FF",
                "#94B3FD",
                "#94DAFF",
                "#99FEFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.214044Z"
        },
        {
            "id": 575,
            "id_string": "f3f8ff-deecff-c6cfff-e8d3ff-duskpixel",
            "name": "Cloud Azure Tide",
            "colors": [
                "#F3F8FF",
                "#DEECFF",
                "#C6CFFF",
                "#E8D3FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.218635Z"
        },
        {
            "id": 576,
            "id_string": "7579e7-9ab3f5-a3d8f4-b9fffc-candytone",
            "name": "Soft Mint Grove",
            "colors": [
                "#7579E7",
                "#9AB3F5",
                "#A3D8F4",
                "#B9FFFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.223222Z"
        },
        {
            "id": 577,
            "id_string": "edcfa9-e89f71-d57149-aa4a30-swatchbird",
            "name": "Neon Coral Drift",
            "colors": [
                "#EDCFA9",
                "#E89F71",
                "#D57149",
                "#AA4A30"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.228389Z"
        },
        {
            "id": 578,
            "id_string": "fafafa-e8f1f5-005691-004a7c-pixelpine",
            "name": "Neon Aqua Glow",
            "colors": [
                "#FAFAFA",
                "#E8F1F5",
                "#005691",
                "#004A7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.233056Z"
        },
        {
            "id": 579,
            "id_string": "e9d5da-827397-4d4c7d-363062-retroswatch",
            "name": "Warm Azure Bloom",
            "colors": [
                "#E9D5DA",
                "#827397",
                "#4D4C7D",
                "#363062"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.237629Z"
        },
        {
            "id": 580,
            "id_string": "d2e0fb-f9f3cc-d7e5ca-8eaccd-coloreef",
            "name": "Pale Cobalt Tide",
            "colors": [
                "#D2E0FB",
                "#F9F3CC",
                "#D7E5CA",
                "#8EACCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.242226Z"
        },
        {
            "id": 581,
            "id_string": "2f5d62-5e8b7e-a7c4bc-dfeeea-candytone",
            "name": "Cool Aqua Hush",
            "colors": [
                "#2F5D62",
                "#5E8B7E",
                "#A7C4BC",
                "#DFEEEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.247007Z"
        }
    ]
}