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&page=66
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&page=67",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=65"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1177,
            "id_string": "fdd2bf-e98580-df5e5e-492f10-mossyhex",
            "name": "Electric Apricot Grove",
            "colors": [
                "#FDD2BF",
                "#E98580",
                "#DF5E5E",
                "#492F10"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.725647Z"
        },
        {
            "id": 1153,
            "id_string": "eeb76b-e2703a-9c3d54-310b0b-minthaze",
            "name": "Vivid Amber Hush",
            "colors": [
                "#EEB76B",
                "#E2703A",
                "#9C3D54",
                "#310B0B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.610476Z"
        },
        {
            "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": 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": 1007,
            "id_string": "5d5b6a-758184-cfb495-f5cdaa-duskpixel",
            "name": "Neon Apricot Drift",
            "colors": [
                "#5D5B6A",
                "#758184",
                "#CFB495",
                "#F5CDAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.916443Z"
        },
        {
            "id": 866,
            "id_string": "4c3a51-774360-b25068-e7ab79-hexharbor",
            "name": "Warm Amber Drift",
            "colors": [
                "#4C3A51",
                "#774360",
                "#B25068",
                "#E7AB79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.028158Z"
        },
        {
            "id": 784,
            "id_string": "aae3e2-d9acf5-ffcefe-fdebed-minthaze",
            "name": "Cloud Mauve Mist",
            "colors": [
                "#AAE3E2",
                "#D9ACF5",
                "#FFCEFE",
                "#FDEBED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.261543Z"
        },
        {
            "id": 752,
            "id_string": "393e46-6d9886-f2e7d5-f7f7f7-palettepup",
            "name": "Amber Glow",
            "colors": [
                "#393E46",
                "#6D9886",
                "#F2E7D5",
                "#F7F7F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.109978Z"
        },
        {
            "id": 732,
            "id_string": "caf7e3-f8eded-f6dfeb-e4bad4-mossyhex",
            "name": "Cloud Teal Mist",
            "colors": [
                "#CAF7E3",
                "#F8EDED",
                "#F6DFEB",
                "#E4BAD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.003764Z"
        },
        {
            "id": 723,
            "id_string": "1c0c5b-3d2c8d-916bbf-c996cc-studiomochi",
            "name": "Vivid Indigo Glow",
            "colors": [
                "#1C0C5B",
                "#3D2C8D",
                "#916BBF",
                "#C996CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.961862Z"
        }
    ]
}