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=-created&page=33
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=-created&page=34",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=32"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1032,
            "id_string": "d77fa1-baabda-d6e5fa-fff9f9-huedrift",
            "name": "Pastel Rose Hush",
            "colors": [
                "#D77FA1",
                "#BAABDA",
                "#D6E5FA",
                "#FFF9F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.039291Z"
        },
        {
            "id": 1031,
            "id_string": "b7b1f2-fdb7ea-ffdccc-fbf3b9-cobaltcat",
            "name": "Cloud Ember Bloom",
            "colors": [
                "#B7B1F2",
                "#FDB7EA",
                "#FFDCCC",
                "#FBF3B9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.034857Z"
        },
        {
            "id": 1030,
            "id_string": "00af91-007965-f58634-ffcc29-paperfox",
            "name": "Vivid Lagoon Breeze",
            "colors": [
                "#00AF91",
                "#007965",
                "#F58634",
                "#FFCC29"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.030231Z"
        },
        {
            "id": 1029,
            "id_string": "000000-f4dfc8-f4eae0-faf6f0-huedrift",
            "name": "Amber Grove",
            "colors": [
                "#000000",
                "#F4DFC8",
                "#F4EAE0",
                "#FAF6F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.025549Z"
        },
        {
            "id": 1028,
            "id_string": "ccd5ae-e0e5b6-faedce-fefae0-hexharbor",
            "name": "Soft Sunbeam Hush",
            "colors": [
                "#CCD5AE",
                "#E0E5B6",
                "#FAEDCE",
                "#FEFAE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.021092Z"
        },
        {
            "id": 1027,
            "id_string": "ffe5b9-eff8ff-c9cbff-a6a9b6-hexharbor",
            "name": "Cloud Coral Grove",
            "colors": [
                "#FFE5B9",
                "#EFF8FF",
                "#C9CBFF",
                "#A6A9B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.016737Z"
        },
        {
            "id": 1026,
            "id_string": "fa26a0-05dfd7-a3f7bf-fff591-duskpixel",
            "name": "Neon Gold Field",
            "colors": [
                "#FA26A0",
                "#05DFD7",
                "#A3F7BF",
                "#FFF591"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.012218Z"
        },
        {
            "id": 1025,
            "id_string": "f3f4ed-536162-424642-c06014-huedrift",
            "name": "Vivid Amber Dusk",
            "colors": [
                "#F3F4ED",
                "#536162",
                "#424642",
                "#C06014"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.007686Z"
        },
        {
            "id": 1024,
            "id_string": "151515-a91d3a-c73659-eeeeee-pixelpine",
            "name": "Warm Rose Tide",
            "colors": [
                "#151515",
                "#A91D3A",
                "#C73659",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.999385Z"
        },
        {
            "id": 1023,
            "id_string": "ff7b54-ffb26b-ffd56b-939b62-paperfox",
            "name": "Neon Rose Dusk",
            "colors": [
                "#FF7B54",
                "#FFB26B",
                "#FFD56B",
                "#939B62"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.994801Z"
        }
    ]
}