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=like_count&page=93
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=like_count&page=94",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=92"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 563,
            "id_string": "645cbb-a084dc-bface2-ebc7e6-coloreef",
            "name": "Warm Iris Tide",
            "colors": [
                "#645CBB",
                "#A084DC",
                "#BFACE2",
                "#EBC7E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.160807Z"
        },
        {
            "id": 541,
            "id_string": "bfecff-cdc1ff-fff6e3-ffccea-mossyhex",
            "name": "Pastel Cyan Mist",
            "colors": [
                "#BFECFF",
                "#CDC1FF",
                "#FFF6E3",
                "#FFCCEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.052698Z"
        },
        {
            "id": 887,
            "id_string": "ffdecf-ba7967-5e6f64-3f4441-studiomochi",
            "name": "Neon Ember Hush",
            "colors": [
                "#FFDECF",
                "#BA7967",
                "#5E6F64",
                "#3F4441"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.135567Z"
        },
        {
            "id": 523,
            "id_string": "1a374d-406882-6998ab-b1d0e0-swatchbird",
            "name": "Aqua Harbor",
            "colors": [
                "#1A374D",
                "#406882",
                "#6998AB",
                "#B1D0E0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.929017Z"
        },
        {
            "id": 511,
            "id_string": "fff5eb-deedf0-f4c7ab-b2b8a3-huedrift",
            "name": "Pale Coral Glow",
            "colors": [
                "#FFF5EB",
                "#DEEDF0",
                "#F4C7AB",
                "#B2B8A3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.829679Z"
        },
        {
            "id": 944,
            "id_string": "2e073f-7a1cac-ad49e1-ebd3f8-mossyhex",
            "name": "Vivid Iris Harbor",
            "colors": [
                "#2E073F",
                "#7A1CAC",
                "#AD49E1",
                "#EBD3F8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.470640Z"
        },
        {
            "id": 763,
            "id_string": "f4f9f9-f1d1d0-fbaccc-f875aa-studiomochi",
            "name": "Cloud Rose Field",
            "colors": [
                "#F4F9F9",
                "#F1D1D0",
                "#FBACCC",
                "#F875AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.160275Z"
        },
        {
            "id": 803,
            "id_string": "0a043c-03506f-bbbbbb-ffe3d8-swatchbird",
            "name": "Electric Coral Tide",
            "colors": [
                "#0A043C",
                "#03506F",
                "#BBBBBB",
                "#FFE3D8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.359679Z"
        },
        {
            "id": 1033,
            "id_string": "952323-a73121-dad4b5-f2e8c6-duskpixel",
            "name": "Cool Rose Haze",
            "colors": [
                "#952323",
                "#A73121",
                "#DAD4B5",
                "#F2E8C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.043918Z"
        },
        {
            "id": 860,
            "id_string": "0a4d68-088395-05bfdb-00ffca-swatchbird",
            "name": "Twilight Teal Haze",
            "colors": [
                "#0A4D68",
                "#088395",
                "#05BFDB",
                "#00FFCA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.994726Z"
        }
    ]
}