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=112
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=113",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=111"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1189,
            "id_string": "f5efff-e5d9f2-cdc1ff-a294f9-tonecraft",
            "name": "Cloud Iris Glow",
            "colors": [
                "#F5EFFF",
                "#E5D9F2",
                "#CDC1FF",
                "#A294F9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.781743Z"
        },
        {
            "id": 1283,
            "id_string": "8f87f1-c68efd-e9a5f1-fed2e2-studiomochi",
            "name": "Cloud Indigo Veil",
            "colors": [
                "#8F87F1",
                "#C68EFD",
                "#E9A5F1",
                "#FED2E2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.261087Z"
        },
        {
            "id": 890,
            "id_string": "dbe9b7-fdfdf6-f4dada-b8b2a6-pixelpine",
            "name": "Cloud Honey Sunset",
            "colors": [
                "#DBE9B7",
                "#FDFDF6",
                "#F4DADA",
                "#B8B2A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.149253Z"
        },
        {
            "id": 400,
            "id_string": "ccd5ae-e9edc9-fefae0-faedcd-tonecraft",
            "name": "Cloud Honey Sunset",
            "colors": [
                "#CCD5AE",
                "#E9EDC9",
                "#FEFAE0",
                "#FAEDCD"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.304140Z"
        },
        {
            "id": 555,
            "id_string": "fdf7e4-faeed1-ded0b6-bbab8c-huedrift",
            "name": "Cloud Honey Bloom",
            "colors": [
                "#FDF7E4",
                "#FAEED1",
                "#DED0B6",
                "#BBAB8C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.123253Z"
        },
        {
            "id": 439,
            "id_string": "b3c8cf-bed7dc-f1eedc-e5ddc5-palettepup",
            "name": "Cloud Gold Sunset",
            "colors": [
                "#B3C8CF",
                "#BED7DC",
                "#F1EEDC",
                "#E5DDC5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.486924Z"
        },
        {
            "id": 720,
            "id_string": "f9f3df-fdfce5-d7e9f7-f4d19b-coloreef",
            "name": "Cloud Gold Hush",
            "colors": [
                "#F9F3DF",
                "#FDFCE5",
                "#D7E9F7",
                "#F4D19B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.948043Z"
        },
        {
            "id": 365,
            "id_string": "fefcf3-f5ebe0-f0dbdb-dba39a-nordichue",
            "name": "Cloud Gold Glow",
            "colors": [
                "#FEFCF3",
                "#F5EBE0",
                "#F0DBDB",
                "#DBA39A"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.140259Z"
        },
        {
            "id": 537,
            "id_string": "89a8b2-b3c8cf-e5e1da-f1f0e8-mossyhex",
            "name": "Cloud Gold Dawn",
            "colors": [
                "#89A8B2",
                "#B3C8CF",
                "#E5E1DA",
                "#F1F0E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.033308Z"
        },
        {
            "id": 569,
            "id_string": "f7c8e0-dfffd8-b4e4ff-95bdff-huedrift",
            "name": "Cloud Forest Meadow",
            "colors": [
                "#F7C8E0",
                "#DFFFD8",
                "#B4E4FF",
                "#95BDFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.188704Z"
        }
    ]
}