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=like_count&page=118
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=like_count&page=119",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=117"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1131,
            "id_string": "ffdada-dbf6e9-9ddfd3-31326f-swatchbird",
            "name": "Vivid Scarlet Breeze",
            "colors": [
                "#FFDADA",
                "#DBF6E9",
                "#9DDFD3",
                "#31326F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.502040Z"
        },
        {
            "id": 1135,
            "id_string": "321f28-734046-a05344-e79e4f-coloreef",
            "name": "Dusk Ember Breeze",
            "colors": [
                "#321F28",
                "#734046",
                "#A05344",
                "#E79E4F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.520281Z"
        },
        {
            "id": 1124,
            "id_string": "a9eee6-fefaec-f9a1bc-625772-hexharbor",
            "name": "Vivid Honey Bloom",
            "colors": [
                "#A9EEE6",
                "#FEFAEC",
                "#F9A1BC",
                "#625772"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.469964Z"
        },
        {
            "id": 1125,
            "id_string": "b5c99a-862b0d-fff9c9-ffc95f-tonecraft",
            "name": "Neon Gold Tide",
            "colors": [
                "#B5C99A",
                "#862B0D",
                "#FFF9C9",
                "#FFC95F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.474559Z"
        },
        {
            "id": 1139,
            "id_string": "1c315e-227c70-88a47c-e6e2c3-cobaltcat",
            "name": "Lagoon Grove",
            "colors": [
                "#1C315E",
                "#227C70",
                "#88A47C",
                "#E6E2C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.538719Z"
        },
        {
            "id": 870,
            "id_string": "e4e3e3-84a9ac-3b6978-204051-retroswatch",
            "name": "Aqua Harbor",
            "colors": [
                "#E4E3E3",
                "#84A9AC",
                "#3B6978",
                "#204051"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.053132Z"
        },
        {
            "id": 878,
            "id_string": "e8e8e8-f05454-30475e-222831-nordichue",
            "name": "Rose Harbor",
            "colors": [
                "#E8E8E8",
                "#F05454",
                "#30475E",
                "#222831"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.093417Z"
        },
        {
            "id": 1155,
            "id_string": "987d9a-bb9ab1-eeceb9-fefbd8-swatchbird",
            "name": "Neon Gold Sunset",
            "colors": [
                "#987D9A",
                "#BB9AB1",
                "#EECEB9",
                "#FEFBD8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.619609Z"
        },
        {
            "id": 1157,
            "id_string": "00ead3-fff5b7-ff449f-005f99-nordichue",
            "name": "Neon Teal Grove",
            "colors": [
                "#00EAD3",
                "#FFF5B7",
                "#FF449F",
                "#005F99"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.633660Z"
        },
        {
            "id": 1151,
            "id_string": "f5c6a5-ff7777-a2416b-852747-studiomochi",
            "name": "Scarlet Dusk",
            "colors": [
                "#F5C6A5",
                "#FF7777",
                "#A2416B",
                "#852747"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.598514Z"
        }
    ]
}