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=usage_count&page=91
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=usage_count&page=92",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=90"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1119,
            "id_string": "49243e-704264-bb8493-dbafa0-retroswatch",
            "name": "Cool Amber Grove",
            "colors": [
                "#49243E",
                "#704264",
                "#BB8493",
                "#DBAFA0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.447248Z"
        },
        {
            "id": 1123,
            "id_string": "ef4f4f-ee9595-ffcda3-74c7b8-minthaze",
            "name": "Electric Amber Breeze",
            "colors": [
                "#EF4F4F",
                "#EE9595",
                "#FFCDA3",
                "#74C7B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.465443Z"
        },
        {
            "id": 1115,
            "id_string": "ffc93c-dbf6e9-9ddfd3-31326f-huedrift",
            "name": "Apricot Grove",
            "colors": [
                "#FFC93C",
                "#DBF6E9",
                "#9DDFD3",
                "#31326F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.428417Z"
        },
        {
            "id": 1040,
            "id_string": "3a0519-670d2f-a53860-ef88ad-palettepup",
            "name": "Blush Field",
            "colors": [
                "#3A0519",
                "#670D2F",
                "#A53860",
                "#EF88AD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.078732Z"
        },
        {
            "id": 977,
            "id_string": "1d1616-8e1616-d84040-eeeeee-mossyhex",
            "name": "Electric Scarlet Harbor",
            "colors": [
                "#1D1616",
                "#8E1616",
                "#D84040",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.776442Z"
        },
        {
            "id": 1084,
            "id_string": "fff2e0-c0c9ee-a2aadb-898ac4-retroswatch",
            "name": "Pale Coral Dusk",
            "colors": [
                "#FFF2E0",
                "#C0C9EE",
                "#A2AADB",
                "#898AC4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.282640Z"
        },
        {
            "id": 1032,
            "id_string": "d77fa1-baabda-d6e5fa-fff9f9-huedrift",
            "name": "Pastel Rose Hush",
            "colors": [
                "#D77FA1",
                "#BAABDA",
                "#D6E5FA",
                "#FFF9F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.039291Z"
        },
        {
            "id": 1121,
            "id_string": "f8ede3-dfd3c3-d0b8a8-8d493a-coloreef",
            "name": "Ember Meadow",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#8D493A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.456277Z"
        },
        {
            "id": 1114,
            "id_string": "ecf4d6-9ad0c2-2d9596-265073-tonecraft",
            "name": "Warm Lime Dawn",
            "colors": [
                "#ECF4D6",
                "#9AD0C2",
                "#2D9596",
                "#265073"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.423947Z"
        },
        {
            "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"
        }
    ]
}