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=8
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=9",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=7"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 386,
            "id_string": "f6f5f2-f0ebe3-f3d0d7-ffefef-paperfox",
            "name": "Soft Rose Breeze",
            "colors": [
                "#F6F5F2",
                "#F0EBE3",
                "#F3D0D7",
                "#FFEFEF"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.239895Z"
        },
        {
            "id": 394,
            "id_string": "e5d9b6-a4be7b-5f8d4e-285430-tonecraft",
            "name": "Warm Apricot Bay",
            "colors": [
                "#E5D9B6",
                "#A4BE7B",
                "#5F8D4E",
                "#285430"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.276524Z"
        },
        {
            "id": 1215,
            "id_string": "f4f4f4-f0a500-cf7500-1a1c20-pixelpine",
            "name": "Electric Amber Veil",
            "colors": [
                "#F4F4F4",
                "#F0A500",
                "#CF7500",
                "#1A1C20"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.900729Z"
        },
        {
            "id": 586,
            "id_string": "303841-3a4750-d72323-eeeeee-coloreef",
            "name": "Crimson Glow",
            "colors": [
                "#303841",
                "#3A4750",
                "#D72323",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.271324Z"
        },
        {
            "id": 385,
            "id_string": "ffd5cd-efbbcf-c3aed6-8675a9-pixelpine",
            "name": "Rose Drift",
            "colors": [
                "#FFD5CD",
                "#EFBBCF",
                "#C3AED6",
                "#8675A9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.235435Z"
        },
        {
            "id": 600,
            "id_string": "3aa6b9-ffd0d0-ff9eaa-c1ece4-duskpixel",
            "name": "Neon Crimson Veil",
            "colors": [
                "#3AA6B9",
                "#FFD0D0",
                "#FF9EAA",
                "#C1ECE4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.337350Z"
        },
        {
            "id": 1116,
            "id_string": "f8f3d9-ebe5c2-b9b28a-504b38-hexharbor",
            "name": "Cool Honey Sunset",
            "colors": [
                "#F8F3D9",
                "#EBE5C2",
                "#B9B28A",
                "#504B38"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.433345Z"
        },
        {
            "id": 393,
            "id_string": "eac7c7-a0c3d2-f7f5eb-eae0da-mossyhex",
            "name": "Cloud Scarlet Field",
            "colors": [
                "#EAC7C7",
                "#A0C3D2",
                "#F7F5EB",
                "#EAE0DA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.272000Z"
        },
        {
            "id": 699,
            "id_string": "f0e4d7-f5c0c0-ff7171-9fd8df-minthaze",
            "name": "Soft Crimson Harbor",
            "colors": [
                "#F0E4D7",
                "#F5C0C0",
                "#FF7171",
                "#9FD8DF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.850611Z"
        },
        {
            "id": 877,
            "id_string": "faf2da-8e9775-4a503d-e28f83-nordichue",
            "name": "Honey Dusk",
            "colors": [
                "#FAF2DA",
                "#8E9775",
                "#4A503D",
                "#E28F83"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.089001Z"
        }
    ]
}