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=97
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=98",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=96"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1280,
            "id_string": "ff9898-cf455c-971549-470031-retroswatch",
            "name": "Neon Rose Dusk",
            "colors": [
                "#FF9898",
                "#CF455C",
                "#971549",
                "#470031"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.247272Z"
        },
        {
            "id": 1291,
            "id_string": "cff1ef-ffffff-fbcffc-be79df-minthaze",
            "name": "Pale Plum Drift",
            "colors": [
                "#CFF1EF",
                "#FFFFFF",
                "#FBCFFC",
                "#BE79DF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.297455Z"
        },
        {
            "id": 1290,
            "id_string": "76ba99-adcf9f-ced89e-ffdcae-candytone",
            "name": "Electric Coral Tide",
            "colors": [
                "#76BA99",
                "#ADCF9F",
                "#CED89E",
                "#FFDCAE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.292943Z"
        },
        {
            "id": 1296,
            "id_string": "351f39-726a95-719fb0-a0c1b8-cobaltcat",
            "name": "Plum Tide",
            "colors": [
                "#351F39",
                "#726A95",
                "#719FB0",
                "#A0C1B8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.322254Z"
        },
        {
            "id": 764,
            "id_string": "f2e9d0-eaceb4-e79e85-bb5a5a-nordichue",
            "name": "Warm Ember Mist",
            "colors": [
                "#F2E9D0",
                "#EACEB4",
                "#E79E85",
                "#BB5A5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.165071Z"
        },
        {
            "id": 379,
            "id_string": "fef5ed-d3e4cd-adc2a9-99a799-minthaze",
            "name": "Pastel Coral Meadow",
            "colors": [
                "#FEF5ED",
                "#D3E4CD",
                "#ADC2A9",
                "#99A799"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.205179Z"
        },
        {
            "id": 1044,
            "id_string": "0e2954-1f6e8c-2e8a99-84a7a1-retroswatch",
            "name": "Sky Dusk",
            "colors": [
                "#0E2954",
                "#1F6E8C",
                "#2E8A99",
                "#84A7A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.097037Z"
        },
        {
            "id": 886,
            "id_string": "e9d5ca-827397-4d4c7d-363062-pixelpine",
            "name": "Warm Apricot Tide",
            "colors": [
                "#E9D5CA",
                "#827397",
                "#4D4C7D",
                "#363062"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.131029Z"
        },
        {
            "id": 515,
            "id_string": "fbf0f0-dfd3d3-b8b0b0-7c7575-studiomochi",
            "name": "Crimson Drift",
            "colors": [
                "#FBF0F0",
                "#DFD3D3",
                "#B8B0B0",
                "#7C7575"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.863213Z"
        },
        {
            "id": 1234,
            "id_string": "120136-035aa6-40bad5-fcbf1e-coloreef",
            "name": "Dusk Amber Dream",
            "colors": [
                "#120136",
                "#035AA6",
                "#40BAD5",
                "#FCBF1E"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.991014Z"
        }
    ]
}