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=36
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=37",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=35"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1282,
            "id_string": "325288-f4eee8-f5cebe-114e60-candytone",
            "name": "Coral Haze",
            "colors": [
                "#325288",
                "#F4EEE8",
                "#F5CEBE",
                "#114E60"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.256492Z"
        },
        {
            "id": 722,
            "id_string": "393646-4f4557-6d5d6e-f4eee0-candytone",
            "name": "Coral Hush",
            "colors": [
                "#393646",
                "#4F4557",
                "#6D5D6E",
                "#F4EEE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.957233Z"
        },
        {
            "id": 477,
            "id_string": "2d2424-5c3d2e-b85c38-e0c097-retroswatch",
            "name": "Coral Meadow",
            "colors": [
                "#2D2424",
                "#5C3D2E",
                "#B85C38",
                "#E0C097"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.670113Z"
        },
        {
            "id": 1122,
            "id_string": "040303-461111-a13333-b3541e-candytone",
            "name": "Coral Meadow",
            "colors": [
                "#040303",
                "#461111",
                "#A13333",
                "#B3541E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.460926Z"
        },
        {
            "id": 824,
            "id_string": "ffefe0-fed9ca-c5c5c5-7d7d7d-palettepup",
            "name": "Coral Meadow",
            "colors": [
                "#FFEFE0",
                "#FED9CA",
                "#C5C5C5",
                "#7D7D7D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.600609Z"
        },
        {
            "id": 380,
            "id_string": "f3eeea-ebe3d5-b0a695-776b5d-cobaltcat",
            "name": "Coral Sunset",
            "colors": [
                "#F3EEEA",
                "#EBE3D5",
                "#B0A695",
                "#776B5D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.209847Z"
        },
        {
            "id": 521,
            "id_string": "e4e0e1-d6c0b3-ab886d-493628-hexharbor",
            "name": "Coral Tide",
            "colors": [
                "#E4E0E1",
                "#D6C0B3",
                "#AB886D",
                "#493628"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.912938Z"
        },
        {
            "id": 729,
            "id_string": "fff2cc-ffd966-f4b183-dfa67b-swatchbird",
            "name": "Coral Tide",
            "colors": [
                "#FFF2CC",
                "#FFD966",
                "#F4B183",
                "#DFA67B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.989910Z"
        },
        {
            "id": 353,
            "id_string": "8d7b68-a4907c-c8b6a6-f1dec9-paperfox",
            "name": "Coral Veil",
            "colors": [
                "#8D7B68",
                "#A4907C",
                "#C8B6A6",
                "#F1DEC9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.081991Z"
        },
        {
            "id": 801,
            "id_string": "716f81-b97a95-f6ae99-f2e1c1-cobaltcat",
            "name": "Crimson Dream",
            "colors": [
                "#716F81",
                "#B97A95",
                "#F6AE99",
                "#F2E1C1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.339876Z"
        }
    ]
}