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=35
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=36",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=34"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 691,
            "id_string": "060047-b3005e-e90064-ff5f9e-tonecraft",
            "name": "Vivid Sky Bloom",
            "colors": [
                "#060047",
                "#B3005E",
                "#E90064",
                "#FF5F9E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.813278Z"
        },
        {
            "id": 648,
            "id_string": "dcedc2-ffd3b5-ffaaa6-ff8c94-swatchbird",
            "name": "Soft Ember Field",
            "colors": [
                "#DCEDC2",
                "#FFD3B5",
                "#FFAAA6",
                "#FF8C94"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.606695Z"
        },
        {
            "id": 657,
            "id_string": "e5dcc3-c7bea2-aaa492-9a9483-mossyhex",
            "name": "Ember Grove",
            "colors": [
                "#E5DCC3",
                "#C7BEA2",
                "#AAA492",
                "#9A9483"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.651641Z"
        },
        {
            "id": 602,
            "id_string": "efbc9b-fbf3d5-d6dac8-9cafaa-duskpixel",
            "name": "Soft Citrine Field",
            "colors": [
                "#EFBC9B",
                "#FBF3D5",
                "#D6DAC8",
                "#9CAFAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.346652Z"
        },
        {
            "id": 412,
            "id_string": "cdf0ea-f9f9f9-f7dbf0-beaee2-mossyhex",
            "name": "Cloud Orchid Glow",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#F7DBF0",
                "#BEAEE2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.360075Z"
        },
        {
            "id": 762,
            "id_string": "eb6383-fa9191-ffe9c5-b4f2e1-huedrift",
            "name": "Cloud Ember Tide",
            "colors": [
                "#EB6383",
                "#FA9191",
                "#FFE9C5",
                "#B4F2E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.155821Z"
        },
        {
            "id": 710,
            "id_string": "f6ffde-e3f2c1-c9dbb2-aac8a7-minthaze",
            "name": "Cloud Meadow Dawn",
            "colors": [
                "#F6FFDE",
                "#E3F2C1",
                "#C9DBB2",
                "#AAC8A7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.901156Z"
        },
        {
            "id": 513,
            "id_string": "f5eee6-f3d7ca-e6a4b4-c86b85-retroswatch",
            "name": "Pastel Coral Dream",
            "colors": [
                "#F5EEE6",
                "#F3D7CA",
                "#E6A4B4",
                "#C86B85"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.847510Z"
        },
        {
            "id": 962,
            "id_string": "f0e9e9-c19191-aa7070-8b5d5d-mossyhex",
            "name": "Cool Rose Veil",
            "colors": [
                "#F0E9E9",
                "#C19191",
                "#AA7070",
                "#8B5D5D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.682878Z"
        },
        {
            "id": 507,
            "id_string": "faf3f0-d4e2d4-ffcacc-dbc4f0-studiomochi",
            "name": "Soft Blush Drift",
            "colors": [
                "#FAF3F0",
                "#D4E2D4",
                "#FFCACC",
                "#DBC4F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.810291Z"
        }
    ]
}