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=131
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=132",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=130"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 383,
            "id_string": "ff9292-ffb4b4-ffdcdc-ffe8e8-minthaze",
            "name": "Cloud Crimson Glow",
            "colors": [
                "#FF9292",
                "#FFB4B4",
                "#FFDCDC",
                "#FFE8E8"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.226375Z"
        },
        {
            "id": 407,
            "id_string": "a0937d-e7d4b5-f6e6cb-e3cdc1-pixelpine",
            "name": "Amber Sunset",
            "colors": [
                "#A0937D",
                "#E7D4B5",
                "#F6E6CB",
                "#E3CDC1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.336687Z"
        },
        {
            "id": 426,
            "id_string": "f4f4f2-e8e8e8-bbbfca-495464-huedrift",
            "name": "Stone Tide",
            "colors": [
                "#F4F4F2",
                "#E8E8E8",
                "#BBBFCA",
                "#495464"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.426814Z"
        },
        {
            "id": 379,
            "id_string": "fef5ed-d3e4cd-adc2a9-99a799-minthaze",
            "name": "Pastel Coral Meadow",
            "colors": [
                "#FEF5ED",
                "#D3E4CD",
                "#ADC2A9",
                "#99A799"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.205179Z"
        },
        {
            "id": 416,
            "id_string": "000000-52057b-892cdc-bc6ff1-minthaze",
            "name": "Twilight Indigo Field",
            "colors": [
                "#000000",
                "#52057B",
                "#892CDC",
                "#BC6FF1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.380234Z"
        },
        {
            "id": 451,
            "id_string": "a87676-ca8787-e1acac-ffd0d0-duskpixel",
            "name": "Electric Scarlet Harbor",
            "colors": [
                "#A87676",
                "#CA8787",
                "#E1ACAC",
                "#FFD0D0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.541506Z"
        },
        {
            "id": 368,
            "id_string": "c4dfdf-d2e9e9-e3f4f4-f8f6f4-studiomochi",
            "name": "Pastel Aqua Dream",
            "colors": [
                "#C4DFDF",
                "#D2E9E9",
                "#E3F4F4",
                "#F8F6F4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.154287Z"
        },
        {
            "id": 424,
            "id_string": "968c83-d6d2c4-fff5ea-f7dad9-tonecraft",
            "name": "Soft Apricot Haze",
            "colors": [
                "#968C83",
                "#D6D2C4",
                "#FFF5EA",
                "#F7DAD9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.417748Z"
        },
        {
            "id": 439,
            "id_string": "b3c8cf-bed7dc-f1eedc-e5ddc5-palettepup",
            "name": "Cloud Gold Sunset",
            "colors": [
                "#B3C8CF",
                "#BED7DC",
                "#F1EEDC",
                "#E5DDC5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.486924Z"
        },
        {
            "id": 366,
            "id_string": "96b6c5-adc4ce-eee0c9-f1f0e8-swatchbird",
            "name": "Pale Apricot Dream",
            "colors": [
                "#96B6C5",
                "#ADC4CE",
                "#EEE0C9",
                "#F1F0E8"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.144911Z"
        }
    ]
}