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=53
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=54",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=52"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 522,
            "id_string": "0c134f-1d267d-5c469c-d4adfc-retroswatch",
            "name": "Indigo Dusk",
            "colors": [
                "#0C134F",
                "#1D267D",
                "#5C469C",
                "#D4ADFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.921735Z"
        },
        {
            "id": 523,
            "id_string": "1a374d-406882-6998ab-b1d0e0-swatchbird",
            "name": "Aqua Harbor",
            "colors": [
                "#1A374D",
                "#406882",
                "#6998AB",
                "#B1D0E0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.929017Z"
        },
        {
            "id": 524,
            "id_string": "ffbb5c-ff9b50-e25e3e-c63d2f-cobaltcat",
            "name": "Vivid Apricot Drift",
            "colors": [
                "#FFBB5C",
                "#FF9B50",
                "#E25E3E",
                "#C63D2F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.937901Z"
        },
        {
            "id": 525,
            "id_string": "402218-865439-c68b59-d7b19d-duskpixel",
            "name": "Amber Field",
            "colors": [
                "#402218",
                "#865439",
                "#C68B59",
                "#D7B19D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.947286Z"
        },
        {
            "id": 526,
            "id_string": "404258-474e68-50577a-6b728e-swatchbird",
            "name": "Twilight Cobalt Hush",
            "colors": [
                "#404258",
                "#474E68",
                "#50577A",
                "#6B728E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.955633Z"
        },
        {
            "id": 527,
            "id_string": "f5efe7-d8c4b6-4f709c-213555-swatchbird",
            "name": "Azure Dawn",
            "colors": [
                "#F5EFE7",
                "#D8C4B6",
                "#4F709C",
                "#213555"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.962262Z"
        },
        {
            "id": 528,
            "id_string": "f5e8c7-ecccb2-deb6ab-ac7088-nordichue",
            "name": "Warm Amber Dusk",
            "colors": [
                "#F5E8C7",
                "#ECCCB2",
                "#DEB6AB",
                "#AC7088"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.970198Z"
        },
        {
            "id": 529,
            "id_string": "f0e5cf-f7f6f2-c8c6c6-4b6587-nordichue",
            "name": "Coral Field",
            "colors": [
                "#F0E5CF",
                "#F7F6F2",
                "#C8C6C6",
                "#4B6587"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.979473Z"
        },
        {
            "id": 530,
            "id_string": "2a2f4f-917fb3-e5beec-fde2f3-candytone",
            "name": "Neon Plum Veil",
            "colors": [
                "#2A2F4F",
                "#917FB3",
                "#E5BEEC",
                "#FDE2F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.984372Z"
        },
        {
            "id": 531,
            "id_string": "f7ecde-e9dac1-9ed2c6-54bab9-palettepup",
            "name": "Cool Amber Drift",
            "colors": [
                "#F7ECDE",
                "#E9DAC1",
                "#9ED2C6",
                "#54BAB9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.988795Z"
        }
    ]
}