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=86
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=87",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=85"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 633,
            "id_string": "fce2db-f1c6d3-e4a3d4-c295d8-retroswatch",
            "name": "Pale Crimson Tide",
            "colors": [
                "#FCE2DB",
                "#F1C6D3",
                "#E4A3D4",
                "#C295D8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.506163Z"
        },
        {
            "id": 836,
            "id_string": "cdf0ea-f9f9f9-ecc5fb-faf4b7-retroswatch",
            "name": "Pale Violet Tide",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#ECC5FB",
                "#FAF4B7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.721435Z"
        },
        {
            "id": 552,
            "id_string": "2c3333-2e4f4f-0e8388-cbe4de-cobaltcat",
            "name": "Twilight Cyan Bay",
            "colors": [
                "#2C3333",
                "#2E4F4F",
                "#0E8388",
                "#CBE4DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.108797Z"
        },
        {
            "id": 675,
            "id_string": "331d2c-3f2e3e-a78295-efe1d1-huedrift",
            "name": "Cool Ember Field",
            "colors": [
                "#331D2C",
                "#3F2E3E",
                "#A78295",
                "#EFE1D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.734135Z"
        },
        {
            "id": 1035,
            "id_string": "86a789-b2c8ba-d2e3c8-ebf3e8-minthaze",
            "name": "Fern Field",
            "colors": [
                "#86A789",
                "#B2C8BA",
                "#D2E3C8",
                "#EBF3E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.052863Z"
        },
        {
            "id": 859,
            "id_string": "ffe4d6-facbea-d988b9-b0578d-paperfox",
            "name": "Neon Amber Bay",
            "colors": [
                "#FFE4D6",
                "#FACBEA",
                "#D988B9",
                "#B0578D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.989896Z"
        },
        {
            "id": 899,
            "id_string": "f9f9f9-ffe0ac-ffacb7-6886c5-tonecraft",
            "name": "Pastel Coral Hush",
            "colors": [
                "#F9F9F9",
                "#FFE0AC",
                "#FFACB7",
                "#6886C5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.193701Z"
        },
        {
            "id": 631,
            "id_string": "86a788-fffdec-ffe2e2-ffcfcf-cobaltcat",
            "name": "Pale Citrine Veil",
            "colors": [
                "#86A788",
                "#FFFDEC",
                "#FFE2E2",
                "#FFCFCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.490067Z"
        },
        {
            "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": 980,
            "id_string": "f1d4d4-e6739f-cc0e74-790c5a-studiomochi",
            "name": "Vivid Orchid Tide",
            "colors": [
                "#F1D4D4",
                "#E6739F",
                "#CC0E74",
                "#790C5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.791392Z"
        }
    ]
}