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=31
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=32",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=30"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 899,
            "id_string": "f9f9f9-ffe0ac-ffacb7-6886c5-tonecraft",
            "name": "Pastel Coral Hush",
            "colors": [
                "#F9F9F9",
                "#FFE0AC",
                "#FFACB7",
                "#6886C5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.193701Z"
        },
        {
            "id": 631,
            "id_string": "86a788-fffdec-ffe2e2-ffcfcf-cobaltcat",
            "name": "Pale Citrine Veil",
            "colors": [
                "#86A788",
                "#FFFDEC",
                "#FFE2E2",
                "#FFCFCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.490067Z"
        },
        {
            "id": 1229,
            "id_string": "ffe9d0-fffed3-bbe9ff-b1afff-minthaze",
            "name": "Pastel Coral Glow",
            "colors": [
                "#FFE9D0",
                "#FFFED3",
                "#BBE9FF",
                "#B1AFFF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.966324Z"
        },
        {
            "id": 980,
            "id_string": "f1d4d4-e6739f-cc0e74-790c5a-studiomochi",
            "name": "Vivid Orchid Tide",
            "colors": [
                "#F1D4D4",
                "#E6739F",
                "#CC0E74",
                "#790C5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.791392Z"
        },
        {
            "id": 895,
            "id_string": "f0ff42-82cd47-54b435-379237-candytone",
            "name": "Electric Gold Tide",
            "colors": [
                "#F0FF42",
                "#82CD47",
                "#54B435",
                "#379237"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.172320Z"
        },
        {
            "id": 649,
            "id_string": "e6e6e6-c5a880-532e1c-0f0f0f-nordichue",
            "name": "Cool Ember Field",
            "colors": [
                "#E6E6E6",
                "#C5A880",
                "#532E1C",
                "#0F0F0F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.611248Z"
        },
        {
            "id": 1073,
            "id_string": "e8505b-f9d56e-f3ecc2-14b1ab-candytone",
            "name": "Electric Ember Dawn",
            "colors": [
                "#E8505B",
                "#F9D56E",
                "#F3ECC2",
                "#14B1AB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.232430Z"
        },
        {
            "id": 650,
            "id_string": "222831-393e46-948979-dfd0b8-palettepup",
            "name": "Coral Harbor",
            "colors": [
                "#222831",
                "#393E46",
                "#948979",
                "#DFD0B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.616033Z"
        },
        {
            "id": 651,
            "id_string": "ffc6ac-fff6dc-c4c1a4-9e9fa5-mossyhex",
            "name": "Electric Coral Drift",
            "colors": [
                "#FFC6AC",
                "#FFF6DC",
                "#C4C1A4",
                "#9E9FA5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.620713Z"
        },
        {
            "id": 741,
            "id_string": "e8f3d6-fcf9be-ffdca9-faab78-cobaltcat",
            "name": "Soft Apricot Field",
            "colors": [
                "#E8F3D6",
                "#FCF9BE",
                "#FFDCA9",
                "#FAAB78"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.056120Z"
        }
    ]
}