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=like_count&page=61
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=like_count&page=62",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=60"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 493,
            "id_string": "b4b4b8-c7c8cc-e3e1d9-f2efe5-swatchbird",
            "name": "Pale Citrine Dawn",
            "colors": [
                "#B4B4B8",
                "#C7C8CC",
                "#E3E1D9",
                "#F2EFE5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.744176Z"
        },
        {
            "id": 725,
            "id_string": "1a1a1d-3b1c32-6a1e55-a64d79-mossyhex",
            "name": "Dusk Plum Bay",
            "colors": [
                "#1A1A1D",
                "#3B1C32",
                "#6A1E55",
                "#A64D79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.971659Z"
        },
        {
            "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": 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": 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"
        },
        {
            "id": 580,
            "id_string": "d2e0fb-f9f3cc-d7e5ca-8eaccd-coloreef",
            "name": "Pale Cobalt Tide",
            "colors": [
                "#D2E0FB",
                "#F9F3CC",
                "#D7E5CA",
                "#8EACCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.242226Z"
        },
        {
            "id": 941,
            "id_string": "3a98b9-fff1dc-e8d5c4-eeeeee-retroswatch",
            "name": "Cloud Amber Glow",
            "colors": [
                "#3A98B9",
                "#FFF1DC",
                "#E8D5C4",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.442684Z"
        }
    ]
}