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=color_count&page=86
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=color_count&page=87",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=85"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1167,
            "id_string": "022c43-053f5e-115173-ffd700-swatchbird",
            "name": "Twilight Citrine Veil",
            "colors": [
                "#022C43",
                "#053F5E",
                "#115173",
                "#FFD700"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.680198Z"
        },
        {
            "id": 1164,
            "id_string": "f8b400-faf5e4-2c786c-004445-hexharbor",
            "name": "Neon Apricot Hush",
            "colors": [
                "#F8B400",
                "#FAF5E4",
                "#2C786C",
                "#004445"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.666342Z"
        },
        {
            "id": 1158,
            "id_string": "fef9a7-fac213-f77e21-d61c4e-tonecraft",
            "name": "Vivid Honey Field",
            "colors": [
                "#FEF9A7",
                "#FAC213",
                "#F77E21",
                "#D61C4E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.638389Z"
        },
        {
            "id": 1169,
            "id_string": "e93b81-f5abc9-ffe5e2-b6c9f0-coloreef",
            "name": "Pale Crimson Meadow",
            "colors": [
                "#E93B81",
                "#F5ABC9",
                "#FFE5E2",
                "#B6C9F0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.689375Z"
        },
        {
            "id": 1148,
            "id_string": "f5eddc-cfd2cf-fa9494-eb1d36-minthaze",
            "name": "Electric Scarlet Haze",
            "colors": [
                "#F5EDDC",
                "#CFD2CF",
                "#FA9494",
                "#EB1D36"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.582219Z"
        },
        {
            "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": 1183,
            "id_string": "f94892-ff7f3f-fbdf07-89cffd-palettepup",
            "name": "Neon Amber Meadow",
            "colors": [
                "#F94892",
                "#FF7F3F",
                "#FBDF07",
                "#89CFFD"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.754717Z"
        },
        {
            "id": 660,
            "id_string": "fb929e-ffdfdf-fff6f6-aedefc-candytone",
            "name": "Pastel Rose Bay",
            "colors": [
                "#FB929E",
                "#FFDFDF",
                "#FFF6F6",
                "#AEDEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.665186Z"
        },
        {
            "id": 1187,
            "id_string": "1b3c53-456882-d2c1b6-f9f3ef-coloreef",
            "name": "Cool Tide Hush",
            "colors": [
                "#1B3C53",
                "#456882",
                "#D2C1B6",
                "#F9F3EF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.772874Z"
        },
        {
            "id": 1175,
            "id_string": "726a95-709fb0-a0c1b8-f4ebc1-duskpixel",
            "name": "Warm Honey Veil",
            "colors": [
                "#726A95",
                "#709FB0",
                "#A0C1B8",
                "#F4EBC1"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.716579Z"
        }
    ]
}