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=89
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=90",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=88"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1082,
            "id_string": "e60965-f94892-ffa1c9-fbe5e5-minthaze",
            "name": "Magenta Field",
            "colors": [
                "#E60965",
                "#F94892",
                "#FFA1C9",
                "#FBE5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.273425Z"
        },
        {
            "id": 1083,
            "id_string": "d8efd3-95d2b3-55ad9b-f1f8e8-cobaltcat",
            "name": "Warm Lime Grove",
            "colors": [
                "#D8EFD3",
                "#95D2B3",
                "#55AD9B",
                "#F1F8E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.278112Z"
        },
        {
            "id": 1089,
            "id_string": "c0eee4-f8f988-ffcac8-ff9e9e-hexharbor",
            "name": "Soft Rose Dusk",
            "colors": [
                "#C0EEE4",
                "#F8F988",
                "#FFCAC8",
                "#FF9E9E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.305718Z"
        },
        {
            "id": 1104,
            "id_string": "f1f1f1-fdb827-21209c-23120b-hexharbor",
            "name": "Vivid Ember Drift",
            "colors": [
                "#F1F1F1",
                "#FDB827",
                "#21209C",
                "#23120B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.377478Z"
        },
        {
            "id": 279,
            "id_string": "f6f6f6-000000-85436b-3bc1d9-ffe9a8-niels",
            "name": "Squirtle",
            "colors": [
                "#F6F6F6",
                "#000000",
                "#85436B",
                "#3BC1D9",
                "#FFE9A8"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.063043Z"
        },
        {
            "id": 1094,
            "id_string": "beebe9-fffdf9-ffe3ed-8ac6d1-paperfox",
            "name": "Cloud Amber Grove",
            "colors": [
                "#BEEBE9",
                "#FFFDF9",
                "#FFE3ED",
                "#8AC6D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.328667Z"
        },
        {
            "id": 635,
            "id_string": "85603f-9e7540-bd9354-e3d18a-studiomochi",
            "name": "Cool Gold Grove",
            "colors": [
                "#85603F",
                "#9E7540",
                "#BD9354",
                "#E3D18A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.524600Z"
        },
        {
            "id": 1096,
            "id_string": "f9ceee-f9f3ee-ccf3ee-97c4b8-duskpixel",
            "name": "Soft Mauve Sunset",
            "colors": [
                "#F9CEEE",
                "#F9F3EE",
                "#CCF3EE",
                "#97C4B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.340210Z"
        },
        {
            "id": 1097,
            "id_string": "025464-e57c23-e8aa42-f8f1f1-huedrift",
            "name": "Tide Tide",
            "colors": [
                "#025464",
                "#E57C23",
                "#E8AA42",
                "#F8F1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.345113Z"
        },
        {
            "id": 1102,
            "id_string": "f9e4d4-d67d3e-9c0f48-470d21-nordichue",
            "name": "Vivid Rose Bay",
            "colors": [
                "#F9E4D4",
                "#D67D3E",
                "#9C0F48",
                "#470D21"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.368208Z"
        }
    ]
}