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=25
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=26",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=24"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 365,
            "id_string": "fefcf3-f5ebe0-f0dbdb-dba39a-nordichue",
            "name": "Cloud Gold Glow",
            "colors": [
                "#FEFCF3",
                "#F5EBE0",
                "#F0DBDB",
                "#DBA39A"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.140259Z"
        },
        {
            "id": 458,
            "id_string": "557153-7d8f69-a9af7e-e6e5a3-paperfox",
            "name": "Cool Honey Hush",
            "colors": [
                "#557153",
                "#7D8F69",
                "#A9AF7E",
                "#E6E5A3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.574227Z"
        },
        {
            "id": 573,
            "id_string": "191a19-1e5128-4e9f3d-d8e9a8-candytone",
            "name": "Dusk Meadow Grove",
            "colors": [
                "#191A19",
                "#1E5128",
                "#4E9F3D",
                "#D8E9A8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.207363Z"
        },
        {
            "id": 567,
            "id_string": "fff3da-dfccfb-d0bfff-beadfa-hexharbor",
            "name": "Soft Coral Sunset",
            "colors": [
                "#FFF3DA",
                "#DFCCFB",
                "#D0BFFF",
                "#BEADFA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.179698Z"
        },
        {
            "id": 798,
            "id_string": "420516-7d1935-b42b51-e63e6d-cobaltcat",
            "name": "Rose Veil",
            "colors": [
                "#420516",
                "#7D1935",
                "#B42B51",
                "#E63E6D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.326064Z"
        },
        {
            "id": 792,
            "id_string": "6c3428-ba704f-dfa878-cee6f3-paperfox",
            "name": "Ember Tide",
            "colors": [
                "#6C3428",
                "#BA704F",
                "#DFA878",
                "#CEE6F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.298152Z"
        },
        {
            "id": 991,
            "id_string": "206a5d-81b214-ffcc29-f58634-hexharbor",
            "name": "Sunbeam Hush",
            "colors": [
                "#206A5D",
                "#81B214",
                "#FFCC29",
                "#F58634"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.843234Z"
        },
        {
            "id": 352,
            "id_string": "ffeddb-edcdbb-e3b7a0-bf9270-swatchbird",
            "name": "Electric Amber Haze",
            "colors": [
                "#FFEDDB",
                "#EDCDBB",
                "#E3B7A0",
                "#BF9270"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.077247Z"
        },
        {
            "id": 588,
            "id_string": "07689f-a2d5f2-fafafa-ff7e67-nordichue",
            "name": "Rose Drift",
            "colors": [
                "#07689F",
                "#A2D5F2",
                "#FAFAFA",
                "#FF7E67"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.280274Z"
        },
        {
            "id": 587,
            "id_string": "363062-4d4c7d-827397-d8b9c3-minthaze",
            "name": "Cool Azure Breeze",
            "colors": [
                "#363062",
                "#4D4C7D",
                "#827397",
                "#D8B9C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.275738Z"
        }
    ]
}