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=14
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=15",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=13"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 589,
            "id_string": "ffeadd-fcaeae-ff8989-ff6666-mossyhex",
            "name": "Pale Apricot Breeze",
            "colors": [
                "#FFEADD",
                "#FCAEAE",
                "#FF8989",
                "#FF6666"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.284926Z"
        },
        {
            "id": 408,
            "id_string": "9babb8-eee3cb-d7c0ae-967e76-pixelpine",
            "name": "Warm Coral Dream",
            "colors": [
                "#9BABB8",
                "#EEE3CB",
                "#D7C0AE",
                "#967E76"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.341216Z"
        },
        {
            "id": 652,
            "id_string": "e5d9f2-f5efff-cdc1ff-a594f9-duskpixel",
            "name": "Pastel Violet Drift",
            "colors": [
                "#E5D9F2",
                "#F5EFFF",
                "#CDC1FF",
                "#A594F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.625223Z"
        },
        {
            "id": 442,
            "id_string": "ece3ce-739072-4f6f52-3a4d39-huedrift",
            "name": "Amber Dream",
            "colors": [
                "#ECE3CE",
                "#739072",
                "#4F6F52",
                "#3A4D39"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.500718Z"
        },
        {
            "id": 1160,
            "id_string": "86469c-bc7fcd-fb9ad1-ffcdea-huedrift",
            "name": "Electric Plum Veil",
            "colors": [
                "#86469C",
                "#BC7FCD",
                "#FB9AD1",
                "#FFCDEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.647886Z"
        },
        {
            "id": 420,
            "id_string": "a79277-d1bb9e-ead8c0-fff2e1-hexharbor",
            "name": "Vivid Coral Glow",
            "colors": [
                "#A79277",
                "#D1BB9E",
                "#EAD8C0",
                "#FFF2E1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.399036Z"
        },
        {
            "id": 554,
            "id_string": "7d0a0a-bf3131-ead196-f3edc8-cobaltcat",
            "name": "Vivid Rose Veil",
            "colors": [
                "#7D0A0A",
                "#BF3131",
                "#EAD196",
                "#F3EDC8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.118680Z"
        },
        {
            "id": 793,
            "id_string": "dddddd-f9f3f3-f7d9d9-f25287-coloreef",
            "name": "Cloud Rose Breeze",
            "colors": [
                "#DDDDDD",
                "#F9F3F3",
                "#F7D9D9",
                "#F25287"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.302773Z"
        },
        {
            "id": 1004,
            "id_string": "ffaaa5-fcf8f3-ffd3b6-698474-swatchbird",
            "name": "Neon Ruby Tide",
            "colors": [
                "#FFAAA5",
                "#FCF8F3",
                "#FFD3B6",
                "#698474"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.902672Z"
        },
        {
            "id": 856,
            "id_string": "ff9a76-ffeadb-679b9b-637373-studiomochi",
            "name": "Electric Coral Field",
            "colors": [
                "#FF9A76",
                "#FFEADB",
                "#679B9B",
                "#637373"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.975899Z"
        }
    ]
}