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=-name&page=46
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=-name&page=47",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=45"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 701,
            "id_string": "bedcfa-98acf8-b088f9-da9ff9-nordichue",
            "name": "Pale Violet Bay",
            "colors": [
                "#BEDCFA",
                "#98ACF8",
                "#B088F9",
                "#DA9FF9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.859701Z"
        },
        {
            "id": 940,
            "id_string": "c6e7ff-d4f6ff-fbfbfb-ffddae-swatchbird",
            "name": "Pale Tide Sunset",
            "colors": [
                "#C6E7FF",
                "#D4F6FF",
                "#FBFBFB",
                "#FFDDAE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.438063Z"
        },
        {
            "id": 622,
            "id_string": "e4fbff-b8b5ff-7868e6-edeef7-mossyhex",
            "name": "Pale Tide Hush",
            "colors": [
                "#E4FBFF",
                "#B8B5FF",
                "#7868E6",
                "#EDEEF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.448240Z"
        },
        {
            "id": 681,
            "id_string": "cffffe-f9f7d9-fce2ce-ffc1f3-palettepup",
            "name": "Pale Teal Grove",
            "colors": [
                "#CFFFFE",
                "#F9F7D9",
                "#FCE2CE",
                "#FFC1F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.765811Z"
        },
        {
            "id": 471,
            "id_string": "fdffbc-ffeebb-ffdcb8-ffc1b6-coloreef",
            "name": "Pale Sunbeam Grove",
            "colors": [
                "#FDFFBC",
                "#FFEEBB",
                "#FFDCB8",
                "#FFC1B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.637082Z"
        },
        {
            "id": 494,
            "id_string": "ccd6a6-dae2b6-f4ead5-fffbe9-hexharbor",
            "name": "Pale Sunbeam Glow",
            "colors": [
                "#CCD6A6",
                "#DAE2B6",
                "#F4EAD5",
                "#FFFBE9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.748818Z"
        },
        {
            "id": 391,
            "id_string": "ffd4d4-ffffe8-cde990-aacb73-huedrift",
            "name": "Pale Scarlet Sunset",
            "colors": [
                "#FFD4D4",
                "#FFFFE8",
                "#CDE990",
                "#AACB73"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.262832Z"
        },
        {
            "id": 441,
            "id_string": "ffacac-ffbfa9-ffebb4-fbffb1-paperfox",
            "name": "Pale Scarlet Grove",
            "colors": [
                "#FFACAC",
                "#FFBFA9",
                "#FFEBB4",
                "#FBFFB1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.496100Z"
        },
        {
            "id": 1108,
            "id_string": "a6d0dd-ff6969-ffd3b0-fff9de-candytone",
            "name": "Pale Scarlet Field",
            "colors": [
                "#A6D0DD",
                "#FF6969",
                "#FFD3B0",
                "#FFF9DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.396065Z"
        },
        {
            "id": 682,
            "id_string": "f875aa-ffdfdf-fff6f6-aedefc-cobaltcat",
            "name": "Pale Ruby Veil",
            "colors": [
                "#F875AA",
                "#FFDFDF",
                "#FFF6F6",
                "#AEDEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.770240Z"
        }
    ]
}