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=-created&page=50
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=-created&page=51",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=49"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 862,
            "id_string": "7effdb-b693fe-8c82fc-ff9de2-duskpixel",
            "name": "Neon Teal Dawn",
            "colors": [
                "#7EFFDB",
                "#B693FE",
                "#8C82FC",
                "#FF9DE2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.006118Z"
        },
        {
            "id": 861,
            "id_string": "000000-cf0a0a-dc5f00-eeeeee-retroswatch",
            "name": "Neon Apricot Mist",
            "colors": [
                "#000000",
                "#CF0A0A",
                "#DC5F00",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.001271Z"
        },
        {
            "id": 860,
            "id_string": "0a4d68-088395-05bfdb-00ffca-swatchbird",
            "name": "Twilight Teal Haze",
            "colors": [
                "#0A4D68",
                "#088395",
                "#05BFDB",
                "#00FFCA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.994726Z"
        },
        {
            "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": 858,
            "id_string": "fbfad3-c6e377-729d39-36622b-candytone",
            "name": "Sunbeam Bay",
            "colors": [
                "#FBFAD3",
                "#C6E377",
                "#729D39",
                "#36622B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.985173Z"
        },
        {
            "id": 857,
            "id_string": "451952-662549-ae445a-f39f5a-cobaltcat",
            "name": "Electric Amber Hush",
            "colors": [
                "#451952",
                "#662549",
                "#AE445A",
                "#F39F5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.980513Z"
        },
        {
            "id": 856,
            "id_string": "ff9a76-ffeadb-679b9b-637373-studiomochi",
            "name": "Electric Coral Field",
            "colors": [
                "#FF9A76",
                "#FFEADB",
                "#679B9B",
                "#637373"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.975899Z"
        },
        {
            "id": 855,
            "id_string": "f9e0ae-fc8621-c24914-682c0e-nordichue",
            "name": "Neon Ember Hush",
            "colors": [
                "#F9E0AE",
                "#FC8621",
                "#C24914",
                "#682C0E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.971412Z"
        },
        {
            "id": 854,
            "id_string": "900c3f-c70039-f94c10-f8de22-pixelpine",
            "name": "Neon Blush Field",
            "colors": [
                "#900C3F",
                "#C70039",
                "#F94C10",
                "#F8DE22"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.966871Z"
        },
        {
            "id": 853,
            "id_string": "17153b-2e236c-433d8b-c8acd6-studiomochi",
            "name": "Twilight Cobalt Breeze",
            "colors": [
                "#17153B",
                "#2E236C",
                "#433D8B",
                "#C8ACD6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.962182Z"
        }
    ]
}