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=122
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=123",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=121"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 660,
            "id_string": "fb929e-ffdfdf-fff6f6-aedefc-candytone",
            "name": "Pastel Rose Bay",
            "colors": [
                "#FB929E",
                "#FFDFDF",
                "#FFF6F6",
                "#AEDEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.665186Z"
        },
        {
            "id": 904,
            "id_string": "c3f8ff-abd9ff-fff6bf-ffebad-duskpixel",
            "name": "Cloud Aqua Haze",
            "colors": [
                "#C3F8FF",
                "#ABD9FF",
                "#FFF6BF",
                "#FFEBAD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.216887Z"
        },
        {
            "id": 958,
            "id_string": "13005a-00337c-1c82ad-03c988-palettepup",
            "name": "Violet Tide",
            "colors": [
                "#13005A",
                "#00337C",
                "#1C82AD",
                "#03C988"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.638153Z"
        },
        {
            "id": 935,
            "id_string": "f8b595-f67280-c06c84-6c5b7c-palettepup",
            "name": "Vivid Rose Meadow",
            "colors": [
                "#F8B595",
                "#F67280",
                "#C06C84",
                "#6C5B7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.384953Z"
        },
        {
            "id": 509,
            "id_string": "ffb6b6-fde2e2-aacfcf-679b9b-tonecraft",
            "name": "Electric Crimson Bloom",
            "colors": [
                "#FFB6B6",
                "#FDE2E2",
                "#AACFCF",
                "#679B9B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.819658Z"
        },
        {
            "id": 1060,
            "id_string": "e2c2b9-bfd8b8-e7eab5-f1f7e7-mossyhex",
            "name": "Cloud Sunbeam Breeze",
            "colors": [
                "#E2C2B9",
                "#BFD8B8",
                "#E7EAB5",
                "#F1F7E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.170287Z"
        },
        {
            "id": 706,
            "id_string": "9adcff-fff89a-ffb2a6-ff8aae-duskpixel",
            "name": "Soft Cyan Bay",
            "colors": [
                "#9ADCFF",
                "#FFF89A",
                "#FFB2A6",
                "#FF8AAE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.882890Z"
        },
        {
            "id": 739,
            "id_string": "194350-ff8882-ffc2b4-9dbeb9-tonecraft",
            "name": "Vivid Rose Breeze",
            "colors": [
                "#194350",
                "#FF8882",
                "#FFC2B4",
                "#9DBEB9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.042783Z"
        },
        {
            "id": 628,
            "id_string": "454545-ff6000-ffa559-ffe6c7-coloreef",
            "name": "Amber Glow",
            "colors": [
                "#454545",
                "#FF6000",
                "#FFA559",
                "#FFE6C7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.476036Z"
        },
        {
            "id": 735,
            "id_string": "ffab73-ffd384-fff9b0-ffaec0-minthaze",
            "name": "Soft Coral Sunset",
            "colors": [
                "#FFAB73",
                "#FFD384",
                "#FFF9B0",
                "#FFAEC0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.024322Z"
        }
    ]
}