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&page=106
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&page=107",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=105"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1285,
            "id_string": "f8b195-f67280-c06c84-355c7d-studiomochi",
            "name": "Rose Sunset",
            "colors": [
                "#F8B195",
                "#F67280",
                "#C06C84",
                "#355C7D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.270233Z"
        },
        {
            "id": 1278,
            "id_string": "443737-272121-ff0000-ff4d00-mossyhex",
            "name": "Twilight Ruby Bloom",
            "colors": [
                "#443737",
                "#272121",
                "#FF0000",
                "#FF4D00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.237910Z"
        },
        {
            "id": 1240,
            "id_string": "d789d7-9d65c9-5d54a4-2a3d66-nordichue",
            "name": "Warm Plum Field",
            "colors": [
                "#D789D7",
                "#9D65C9",
                "#5D54A4",
                "#2A3D66"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.023024Z"
        },
        {
            "id": 1235,
            "id_string": "5f939a-d8ac9c-eac8af-1b2021-huedrift",
            "name": "Amber Dusk",
            "colors": [
                "#5F939A",
                "#D8AC9C",
                "#EAC8AF",
                "#1B2021"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.997355Z"
        },
        {
            "id": 1211,
            "id_string": "205781-4f959d-98d2c0-f6f8d5-mossyhex",
            "name": "Gold Haze",
            "colors": [
                "#205781",
                "#4F959D",
                "#98D2C0",
                "#F6F8D5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.882569Z"
        },
        {
            "id": 1182,
            "id_string": "5a639c-7776b3-9b86bd-e2bbe9-tonecraft",
            "name": "Cool Orchid Harbor",
            "colors": [
                "#5A639C",
                "#7776B3",
                "#9B86BD",
                "#E2BBE9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.748463Z"
        },
        {
            "id": 1120,
            "id_string": "628395-262a53-ffa0a0-ffe3e3-cobaltcat",
            "name": "Ruby Hush",
            "colors": [
                "#628395",
                "#262A53",
                "#FFA0A0",
                "#FFE3E3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.451861Z"
        },
        {
            "id": 1117,
            "id_string": "ff6d60-f7d060-f3e99f-98d8aa-palettepup",
            "name": "Crimson Field",
            "colors": [
                "#FF6D60",
                "#F7D060",
                "#F3E99F",
                "#98D8AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.438030Z"
        },
        {
            "id": 1093,
            "id_string": "ff74b1-ffa1cf-ffd6ec-a7ffe4-retroswatch",
            "name": "Soft Magenta Bay",
            "colors": [
                "#FF74B1",
                "#FFA1CF",
                "#FFD6EC",
                "#A7FFE4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.324186Z"
        },
        {
            "id": 1088,
            "id_string": "e4eddb-307672-144d53-1a3c40-tonecraft",
            "name": "Twilight Cyan Grove",
            "colors": [
                "#E4EDDB",
                "#307672",
                "#144D53",
                "#1A3C40"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.300987Z"
        }
    ]
}