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=color_count&page=39
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=color_count&page=40",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=38"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 351,
            "id_string": "ffb6b9-fae3d9-bbded6-61c0bf-paperfox",
            "name": "Pale Blush Mist",
            "colors": [
                "#FFB6B9",
                "#FAE3D9",
                "#BBDED6",
                "#61C0BF"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.072576Z"
        },
        {
            "id": 1293,
            "id_string": "ffe194-e8f6ef-b8dfd8-4c4c6d-hexharbor",
            "name": "Vivid Amber Grove",
            "colors": [
                "#FFE194",
                "#E8F6EF",
                "#B8DFD8",
                "#4C4C6D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.306886Z"
        },
        {
            "id": 406,
            "id_string": "fcf8e8-d4e2d4-ecb390-df7861-paperfox",
            "name": "Cloud Citrine Haze",
            "colors": [
                "#FCF8E8",
                "#D4E2D4",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.332146Z"
        },
        {
            "id": 459,
            "id_string": "164863-427d9d-9bbec8-ddf2fd-candytone",
            "name": "Tide Bay",
            "colors": [
                "#164863",
                "#427D9D",
                "#9BBEC8",
                "#DDF2FD"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.578800Z"
        },
        {
            "id": 702,
            "id_string": "a8df8e-f3fde8-ffe5e5-ffbfbf-huedrift",
            "name": "Pastel Scarlet Breeze",
            "colors": [
                "#A8DF8E",
                "#F3FDE8",
                "#FFE5E5",
                "#FFBFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.864388Z"
        },
        {
            "id": 398,
            "id_string": "f8ede3-dfd3c3-d0b8a8-85586f-pixelpine",
            "name": "Cool Apricot Dusk",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#85586F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.294997Z"
        },
        {
            "id": 608,
            "id_string": "f6e5f5-fbf4f9-f6e7e6-b9cced-nordichue",
            "name": "Pastel Ocean Breeze",
            "colors": [
                "#F6E5F5",
                "#FBF4F9",
                "#F6E7E6",
                "#B9CCED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.375928Z"
        },
        {
            "id": 969,
            "id_string": "9ecad6-748dae-f5cbcb-ffeaea-coloreef",
            "name": "Pastel Rose Grove",
            "colors": [
                "#9ECAD6",
                "#748DAE",
                "#F5CBCB",
                "#FFEAEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.737005Z"
        },
        {
            "id": 747,
            "id_string": "204051-3b6978-84a9ac-cae8d5-coloreef",
            "name": "Tide Haze",
            "colors": [
                "#204051",
                "#3B6978",
                "#84A9AC",
                "#CAE8D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.087034Z"
        },
        {
            "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"
        }
    ]
}