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=name&page=129
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=name&page=130",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=128"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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": 475,
            "id_string": "fef7dc-e6ddc6-c2b8a3-a19882-retroswatch",
            "name": "Vivid Sunbeam Harbor",
            "colors": [
                "#FEF7DC",
                "#E6DDC6",
                "#C2B8A3",
                "#A19882"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.658347Z"
        },
        {
            "id": 1036,
            "id_string": "064635-519259-f0bb62-f4eea9-retroswatch",
            "name": "Vivid Teal Hush",
            "colors": [
                "#064635",
                "#519259",
                "#F0BB62",
                "#F4EEA9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.057273Z"
        },
        {
            "id": 687,
            "id_string": "00a9ff-89cff3-a0e9ff-cdf5fd-tonecraft",
            "name": "Vivid Tide Dream",
            "colors": [
                "#00A9FF",
                "#89CFF3",
                "#A0E9FF",
                "#CDF5FD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.794924Z"
        },
        {
            "id": 485,
            "id_string": "f6f5f5-d3e0ea-1687a7-276678-coloreef",
            "name": "Vivid Tide Drift",
            "colors": [
                "#F6F5F5",
                "#D3E0EA",
                "#1687A7",
                "#276678"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.707156Z"
        },
        {
            "id": 1150,
            "id_string": "1572a1-9ad0ec-efdad7-e3bec6-tonecraft",
            "name": "Vivid Tide Harbor",
            "colors": [
                "#1572A1",
                "#9AD0EC",
                "#EFDAD7",
                "#E3BEC6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.593533Z"
        },
        {
            "id": 612,
            "id_string": "142850-27496d-00909e-dae1e7-mossyhex",
            "name": "Vivid Tide Hush",
            "colors": [
                "#142850",
                "#27496D",
                "#00909E",
                "#DAE1E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.394285Z"
        },
        {
            "id": 866,
            "id_string": "4c3a51-774360-b25068-e7ab79-hexharbor",
            "name": "Warm Amber Drift",
            "colors": [
                "#4C3A51",
                "#774360",
                "#B25068",
                "#E7AB79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.028158Z"
        },
        {
            "id": 528,
            "id_string": "f5e8c7-ecccb2-deb6ab-ac7088-nordichue",
            "name": "Warm Amber Dusk",
            "colors": [
                "#F5E8C7",
                "#ECCCB2",
                "#DEB6AB",
                "#AC7088"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.970198Z"
        },
        {
            "id": 392,
            "id_string": "f0ebe3-e4dccf-7d9d9c-576f72-palettepup",
            "name": "Warm Amber Dusk",
            "colors": [
                "#F0EBE3",
                "#E4DCCF",
                "#7D9D9C",
                "#576F72"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.267388Z"
        }
    ]
}