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=88
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=89",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=87"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 624,
            "id_string": "607274-faeed1-ded0b6-b2a59b-duskpixel",
            "name": "Vivid Apricot Breeze",
            "colors": [
                "#607274",
                "#FAEED1",
                "#DED0B6",
                "#B2A59B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.457560Z"
        },
        {
            "id": 676,
            "id_string": "beebe9-f4dada-ffb6b9-f6eec7-palettepup",
            "name": "Soft Blush Drift",
            "colors": [
                "#BEEBE9",
                "#F4DADA",
                "#FFB6B9",
                "#F6EEC7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.738686Z"
        },
        {
            "id": 672,
            "id_string": "181d31-678983-e6ddc4-f0e9d2-tonecraft",
            "name": "Cool Sunbeam Grove",
            "colors": [
                "#181D31",
                "#678983",
                "#E6DDC4",
                "#F0E9D2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.720150Z"
        },
        {
            "id": 745,
            "id_string": "7fb77e-b1d7b4-f7f6dc-ffc090-cobaltcat",
            "name": "Neon Coral Bay",
            "colors": [
                "#7FB77E",
                "#B1D7B4",
                "#F7F6DC",
                "#FFC090"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.075365Z"
        },
        {
            "id": 917,
            "id_string": "254336-6b8a7a-b7b597-dad3be-studiomochi",
            "name": "Cool Teal Glow",
            "colors": [
                "#254336",
                "#6B8A7A",
                "#B7B597",
                "#DAD3BE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.280598Z"
        },
        {
            "id": 673,
            "id_string": "ffc996-ff8474-9f5f80-583d72-duskpixel",
            "name": "Vivid Apricot Veil",
            "colors": [
                "#FFC996",
                "#FF8474",
                "#9F5F80",
                "#583D72"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.724587Z"
        },
        {
            "id": 884,
            "id_string": "e8ffff-a6f6f1-41aea9-213e3b-paperfox",
            "name": "Neon Cyan Bloom",
            "colors": [
                "#E8FFFF",
                "#A6F6F1",
                "#41AEA9",
                "#213E3B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.121395Z"
        },
        {
            "id": 1113,
            "id_string": "f1c5c5-faf0af-e5edb7-8bcdcd-duskpixel",
            "name": "Cloud Sunbeam Bay",
            "colors": [
                "#F1C5C5",
                "#FAF0AF",
                "#E5EDB7",
                "#8BCDCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.419353Z"
        },
        {
            "id": 916,
            "id_string": "163020-304d30-b6c4b6-eef0e5-hexharbor",
            "name": "Forest Sunset",
            "colors": [
                "#163020",
                "#304D30",
                "#B6C4B6",
                "#EEF0E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.275612Z"
        },
        {
            "id": 531,
            "id_string": "f7ecde-e9dac1-9ed2c6-54bab9-palettepup",
            "name": "Cool Amber Drift",
            "colors": [
                "#F7ECDE",
                "#E9DAC1",
                "#9ED2C6",
                "#54BAB9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.988795Z"
        }
    ]
}