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=name&page=77
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=name&page=78",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=76"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 791,
            "id_string": "fee2b3-ffa299-ad6989-562349-pixelpine",
            "name": "Neon Crimson Bloom",
            "colors": [
                "#FEE2B3",
                "#FFA299",
                "#AD6989",
                "#562349"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.293609Z"
        },
        {
            "id": 1159,
            "id_string": "dc0000-850000-ffdb89-fff6c3-paperfox",
            "name": "Neon Crimson Bloom",
            "colors": [
                "#DC0000",
                "#850000",
                "#FFDB89",
                "#FFF6C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.643254Z"
        },
        {
            "id": 1136,
            "id_string": "99b898-feceab-ff847c-e84a5f-swatchbird",
            "name": "Neon Crimson Breeze",
            "colors": [
                "#99B898",
                "#FECEAB",
                "#FF847C",
                "#E84A5F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.524776Z"
        },
        {
            "id": 888,
            "id_string": "fcdada-ffa5a5-5c969e-3d7ea6-retroswatch",
            "name": "Neon Crimson Dawn",
            "colors": [
                "#FCDADA",
                "#FFA5A5",
                "#5C969E",
                "#3D7EA6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.139975Z"
        },
        {
            "id": 557,
            "id_string": "ffe6e6-ffabe1-a685e2-6155a6-cobaltcat",
            "name": "Neon Crimson Tide",
            "colors": [
                "#FFE6E6",
                "#FFABE1",
                "#A685E2",
                "#6155A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.132628Z"
        },
        {
            "id": 600,
            "id_string": "3aa6b9-ffd0d0-ff9eaa-c1ece4-duskpixel",
            "name": "Neon Crimson Veil",
            "colors": [
                "#3AA6B9",
                "#FFD0D0",
                "#FF9EAA",
                "#C1ECE4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.337350Z"
        },
        {
            "id": 884,
            "id_string": "e8ffff-a6f6f1-41aea9-213e3b-paperfox",
            "name": "Neon Cyan Bloom",
            "colors": [
                "#E8FFFF",
                "#A6F6F1",
                "#41AEA9",
                "#213E3B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.121395Z"
        },
        {
            "id": 724,
            "id_string": "050c9c-3572ef-3abef9-a7e6ff-huedrift",
            "name": "Neon Cyan Veil",
            "colors": [
                "#050C9C",
                "#3572EF",
                "#3ABEF9",
                "#A7E6FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.966617Z"
        },
        {
            "id": 786,
            "id_string": "219c90-e9b824-ee9322-d83f31-studiomochi",
            "name": "Neon Ember Dusk",
            "colors": [
                "#219C90",
                "#E9B824",
                "#EE9322",
                "#D83F31"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.270635Z"
        },
        {
            "id": 1214,
            "id_string": "c96868-fadfa1-fff4ea-7eacb5-coloreef",
            "name": "Neon Ember Field",
            "colors": [
                "#C96868",
                "#FADFA1",
                "#FFF4EA",
                "#7EACB5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.896056Z"
        }
    ]
}