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=95
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=96",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=94"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1270,
            "id_string": "7d0633-31112c-f2a07b-fbdcc4-retroswatch",
            "name": "Magenta Veil",
            "colors": [
                "#7D0633",
                "#31112C",
                "#F2A07B",
                "#FBDCC4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.190726Z"
        },
        {
            "id": 1262,
            "id_string": "001524-445d48-d6cc99-fde5d4-swatchbird",
            "name": "Aqua Grove",
            "colors": [
                "#001524",
                "#445D48",
                "#D6CC99",
                "#FDE5D4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.149513Z"
        },
        {
            "id": 842,
            "id_string": "261c2c-3e2c41-5c527f-6e85b2-coloreef",
            "name": "Azure Harbor",
            "colors": [
                "#261C2C",
                "#3E2C41",
                "#5C527F",
                "#6E85B2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.897389Z"
        },
        {
            "id": 1271,
            "id_string": "feffd2-ffeea9-ffbf78-ff7d29-tonecraft",
            "name": "Neon Honey Dawn",
            "colors": [
                "#FEFFD2",
                "#FFEEA9",
                "#FFBF78",
                "#FF7D29"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.195337Z"
        },
        {
            "id": 1106,
            "id_string": "ffdfd6-e3a5c7-b692c2-694f8e-minthaze",
            "name": "Neon Scarlet Dream",
            "colors": [
                "#FFDFD6",
                "#E3A5C7",
                "#B692C2",
                "#694F8E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.386956Z"
        },
        {
            "id": 1275,
            "id_string": "00425a-1f8a70-bfdb38-fc7300-nordichue",
            "name": "Twilight Cyan Dusk",
            "colors": [
                "#00425A",
                "#1F8A70",
                "#BFDB38",
                "#FC7300"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.222227Z"
        },
        {
            "id": 1274,
            "id_string": "2c2e43-595260-b2b1b9-ffd523-paperfox",
            "name": "Gold Bloom",
            "colors": [
                "#2C2E43",
                "#595260",
                "#B2B1B9",
                "#FFD523"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.217434Z"
        },
        {
            "id": 940,
            "id_string": "c6e7ff-d4f6ff-fbfbfb-ffddae-swatchbird",
            "name": "Pale Tide Sunset",
            "colors": [
                "#C6E7FF",
                "#D4F6FF",
                "#FBFBFB",
                "#FFDDAE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.438063Z"
        },
        {
            "id": 1281,
            "id_string": "feeac9-ffcdc9-fdacac-fd7979-coloreef",
            "name": "Pale Crimson Dusk",
            "colors": [
                "#FEEAC9",
                "#FFCDC9",
                "#FDACAC",
                "#FD7979"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.252009Z"
        },
        {
            "id": 1289,
            "id_string": "072227-35858b-4fbdba-aefeff-retroswatch",
            "name": "Neon Tide Harbor",
            "colors": [
                "#072227",
                "#35858B",
                "#4FBDBA",
                "#AEFEFF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.288259Z"
        }
    ]
}