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=name&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=name&page=93",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=91"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 387,
            "id_string": "ffcfdf-fefdca-e0f9b5-a5dee5-candytone",
            "name": "Pastel Blush Hush",
            "colors": [
                "#FFCFDF",
                "#FEFDCA",
                "#E0F9B5",
                "#A5DEE5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.244475Z"
        },
        {
            "id": 449,
            "id_string": "7286d3-8ea7e9-e5e0ff-fff2f2-studiomochi",
            "name": "Pastel Cobalt Haze",
            "colors": [
                "#7286D3",
                "#8EA7E9",
                "#E5E0FF",
                "#FFF2F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.532684Z"
        },
        {
            "id": 561,
            "id_string": "e0ece4-f7f2e7-d8d3cd-797a7e-huedrift",
            "name": "Pastel Coral Bloom",
            "colors": [
                "#E0ECE4",
                "#F7F2E7",
                "#D8D3CD",
                "#797A7E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.151514Z"
        },
        {
            "id": 1086,
            "id_string": "fcf9ea-badfdb-f8a978-ffc5a1-coloreef",
            "name": "Pastel Coral Dawn",
            "colors": [
                "#FCF9EA",
                "#BADFDB",
                "#F8A978",
                "#FFC5A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.291825Z"
        },
        {
            "id": 513,
            "id_string": "f5eee6-f3d7ca-e6a4b4-c86b85-retroswatch",
            "name": "Pastel Coral Dream",
            "colors": [
                "#F5EEE6",
                "#F3D7CA",
                "#E6A4B4",
                "#C86B85"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.847510Z"
        },
        {
            "id": 1229,
            "id_string": "ffe9d0-fffed3-bbe9ff-b1afff-minthaze",
            "name": "Pastel Coral Glow",
            "colors": [
                "#FFE9D0",
                "#FFFED3",
                "#BBE9FF",
                "#B1AFFF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.966324Z"
        },
        {
            "id": 828,
            "id_string": "c599b6-e6b2ba-fad0c4-fff7f3-studiomochi",
            "name": "Pastel Coral Grove",
            "colors": [
                "#C599B6",
                "#E6B2BA",
                "#FAD0C4",
                "#FFF7F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.635548Z"
        },
        {
            "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": 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": 694,
            "id_string": "99e1e5-f3e8cb-f2c6b4-fbafaf-duskpixel",
            "name": "Pastel Crimson Bay",
            "colors": [
                "#99E1E5",
                "#F3E8CB",
                "#F2C6B4",
                "#FBAFAF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.827499Z"
        }
    ]
}