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=92
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=93",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=91"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 893,
            "id_string": "fff9d0-caf4ff-a0deff-5ab2ff-paperfox",
            "name": "Soft Honey Glow",
            "colors": [
                "#FFF9D0",
                "#CAF4FF",
                "#A0DEFF",
                "#5AB2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.163281Z"
        },
        {
            "id": 973,
            "id_string": "f3d1f4-f5fcc1-bae5e5-98d6ea-mossyhex",
            "name": "Soft Lime Grove",
            "colors": [
                "#F3D1F4",
                "#F5FCC1",
                "#BAE5E5",
                "#98D6EA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.755488Z"
        },
        {
            "id": 522,
            "id_string": "0c134f-1d267d-5c469c-d4adfc-retroswatch",
            "name": "Indigo Dusk",
            "colors": [
                "#0C134F",
                "#1D267D",
                "#5C469C",
                "#D4ADFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.921735Z"
        },
        {
            "id": 1110,
            "id_string": "000000-3e432e-616f39-a7d129-duskpixel",
            "name": "Fern Harbor",
            "colors": [
                "#000000",
                "#3E432E",
                "#616F39",
                "#A7D129"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.405233Z"
        },
        {
            "id": 692,
            "id_string": "cee5d0-f3f0d7-d8b384-5e454b-hexharbor",
            "name": "Cool Gold Harbor",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#D8B384",
                "#5E454B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.818148Z"
        },
        {
            "id": 562,
            "id_string": "99a98f-c1d0b5-d6e8db-fff8de-candytone",
            "name": "Pale Honey Drift",
            "colors": [
                "#99A98F",
                "#C1D0B5",
                "#D6E8DB",
                "#FFF8DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.156074Z"
        },
        {
            "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"
        },
        {
            "id": 680,
            "id_string": "eeebdd-d8b6a4-630000-000000-huedrift",
            "name": "Vivid Ruby Grove",
            "colors": [
                "#EEEBDD",
                "#D8B6A4",
                "#630000",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.761196Z"
        },
        {
            "id": 537,
            "id_string": "89a8b2-b3c8cf-e5e1da-f1f0e8-mossyhex",
            "name": "Cloud Gold Dawn",
            "colors": [
                "#89A8B2",
                "#B3C8CF",
                "#E5E1DA",
                "#F1F0E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.033308Z"
        },
        {
            "id": 540,
            "id_string": "caf7e3-edffec-f6dfeb-e4bad4-studiomochi",
            "name": "Pastel Moss Mist",
            "colors": [
                "#CAF7E3",
                "#EDFFEC",
                "#F6DFEB",
                "#E4BAD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.048112Z"
        }
    ]
}