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=60
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=61",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=59"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 476,
            "id_string": "ffdcdc-fff2eb-ffe8cd-ffd6ba-coloreef",
            "name": "Cloud Crimson Grove",
            "colors": [
                "#FFDCDC",
                "#FFF2EB",
                "#FFE8CD",
                "#FFD6BA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.665323Z"
        },
        {
            "id": 707,
            "id_string": "181c14-3c3d37-697565-ecdfcc-huedrift",
            "name": "Apricot Harbor",
            "colors": [
                "#181C14",
                "#3C3D37",
                "#697565",
                "#ECDFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.887377Z"
        },
        {
            "id": 667,
            "id_string": "fbc6a4-f4a9a8-ce97b0-afb9c8-huedrift",
            "name": "Ember Hush",
            "colors": [
                "#FBC6A4",
                "#F4A9A8",
                "#CE97B0",
                "#AFB9C8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.697067Z"
        },
        {
            "id": 743,
            "id_string": "ffa45b-ffda77-fbf6f0-aee6e6-paperfox",
            "name": "Pastel Amber Breeze",
            "colors": [
                "#FFA45B",
                "#FFDA77",
                "#FBF6F0",
                "#AEE6E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.066112Z"
        },
        {
            "id": 943,
            "id_string": "371b58-4c3575-5b4b8a-7858a6-cobaltcat",
            "name": "Violet Hush",
            "colors": [
                "#371B58",
                "#4C3575",
                "#5B4B8A",
                "#7858A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.464182Z"
        },
        {
            "id": 267,
            "id_string": "41a7ff-000000-ffffff-ff7be0-ingridhagen26",
            "name": "4-color palette",
            "colors": [
                "#41A7FF",
                "#000000",
                "#FFFFFF",
                "#FF7BE0"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.988368Z"
        },
        {
            "id": 496,
            "id_string": "8e3200-a64b2a-d7a86e-ffebc1-mossyhex",
            "name": "Neon Apricot Hush",
            "colors": [
                "#8E3200",
                "#A64B2A",
                "#D7A86E",
                "#FFEBC1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.757902Z"
        },
        {
            "id": 963,
            "id_string": "567189-7b8fa1-cfb997-fad6a5-candytone",
            "name": "Amber Grove",
            "colors": [
                "#567189",
                "#7B8FA1",
                "#CFB997",
                "#FAD6A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.687659Z"
        },
        {
            "id": 258,
            "id_string": "000000-a99bee-ff004d-c0ff14-deregock",
            "name": "4-color palette",
            "colors": [
                "#000000",
                "#A99BEE",
                "#FF004D",
                "#C0FF14"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.917473Z"
        },
        {
            "id": 686,
            "id_string": "003c43-135d66-77b0aa-e3fef7-huedrift",
            "name": "Neon Tide Dawn",
            "colors": [
                "#003C43",
                "#135D66",
                "#77B0AA",
                "#E3FEF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.790147Z"
        }
    ]
}