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=color_count&page=47
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=color_count&page=48",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=46"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 805,
            "id_string": "e7dfd5-84a9ac-3b6978-204051-mossyhex",
            "name": "Aqua Tide",
            "colors": [
                "#E7DFD5",
                "#84A9AC",
                "#3B6978",
                "#204051"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.368998Z"
        },
        {
            "id": 576,
            "id_string": "7579e7-9ab3f5-a3d8f4-b9fffc-candytone",
            "name": "Soft Mint Grove",
            "colors": [
                "#7579E7",
                "#9AB3F5",
                "#A3D8F4",
                "#B9FFFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.223222Z"
        },
        {
            "id": 826,
            "id_string": "faf7f0-d8d2c2-b17457-4a4947-paperfox",
            "name": "Apricot Hush",
            "colors": [
                "#FAF7F0",
                "#D8D2C2",
                "#B17457",
                "#4A4947"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.614327Z"
        },
        {
            "id": 469,
            "id_string": "f8f0e5-eadbc8-dac0a3-102c57-coloreef",
            "name": "Cool Ocean Tide",
            "colors": [
                "#F8F0E5",
                "#EADBC8",
                "#DAC0A3",
                "#102C57"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.627816Z"
        },
        {
            "id": 832,
            "id_string": "511845-900c3f-c70039-ff5733-mossyhex",
            "name": "Twilight Magenta Hush",
            "colors": [
                "#511845",
                "#900C3F",
                "#C70039",
                "#FF5733"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.682503Z"
        },
        {
            "id": 619,
            "id_string": "561c24-6d2932-c7b7a3-e8d8c4-retroswatch",
            "name": "Magenta Bloom",
            "colors": [
                "#561C24",
                "#6D2932",
                "#C7B7A3",
                "#E8D8C4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.434201Z"
        },
        {
            "id": 1276,
            "id_string": "cd5d7d-f6ecf0-a7c5eb-949cdf-tonecraft",
            "name": "Cobalt Sunset",
            "colors": [
                "#CD5D7D",
                "#F6ECF0",
                "#A7C5EB",
                "#949CDF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.226975Z"
        },
        {
            "id": 910,
            "id_string": "132043-1f4172-f1b4bb-fdf0f0-pixelpine",
            "name": "Vivid Scarlet Hush",
            "colors": [
                "#132043",
                "#1F4172",
                "#F1B4BB",
                "#FDF0F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.247128Z"
        },
        {
            "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": 367,
            "id_string": "f67280-c06c84-6c5b7b-355c7d-retroswatch",
            "name": "Neon Rose Harbor",
            "colors": [
                "#F67280",
                "#C06C84",
                "#6C5B7B",
                "#355C7D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.149616Z"
        }
    ]
}