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=40
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=41",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=39"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 392,
            "id_string": "f0ebe3-e4dccf-7d9d9c-576f72-palettepup",
            "name": "Warm Amber Dusk",
            "colors": [
                "#F0EBE3",
                "#E4DCCF",
                "#7D9D9C",
                "#576F72"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.267388Z"
        },
        {
            "id": 393,
            "id_string": "eac7c7-a0c3d2-f7f5eb-eae0da-mossyhex",
            "name": "Cloud Scarlet Field",
            "colors": [
                "#EAC7C7",
                "#A0C3D2",
                "#F7F5EB",
                "#EAE0DA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.272000Z"
        },
        {
            "id": 394,
            "id_string": "e5d9b6-a4be7b-5f8d4e-285430-tonecraft",
            "name": "Warm Apricot Bay",
            "colors": [
                "#E5D9B6",
                "#A4BE7B",
                "#5F8D4E",
                "#285430"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.276524Z"
        },
        {
            "id": 395,
            "id_string": "a9907e-f3deba-abc4aa-675d50-huedrift",
            "name": "Cool Coral Dream",
            "colors": [
                "#A9907E",
                "#F3DEBA",
                "#ABC4AA",
                "#675D50"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.281101Z"
        },
        {
            "id": 396,
            "id_string": "be9fe1-c9b6e4-e1ccec-f1f1f6-cobaltcat",
            "name": "Pastel Violet Dawn",
            "colors": [
                "#BE9FE1",
                "#C9B6E4",
                "#E1CCEC",
                "#F1F1F6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.285746Z"
        },
        {
            "id": 397,
            "id_string": "222831-393e46-ffd369-eeeeee-tonecraft",
            "name": "Neon Amber Veil",
            "colors": [
                "#222831",
                "#393E46",
                "#FFD369",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.290238Z"
        },
        {
            "id": 398,
            "id_string": "f8ede3-dfd3c3-d0b8a8-85586f-pixelpine",
            "name": "Cool Apricot Dusk",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#85586F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.294997Z"
        },
        {
            "id": 399,
            "id_string": "040d12-183d3d-5c8374-93b1a6-nordichue",
            "name": "Tide Haze",
            "colors": [
                "#040D12",
                "#183D3D",
                "#5C8374",
                "#93B1A6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.299503Z"
        },
        {
            "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": 401,
            "id_string": "feffde-ddffbc-91c788-52734d-swatchbird",
            "name": "Electric Citrine Grove",
            "colors": [
                "#FEFFDE",
                "#DDFFBC",
                "#91C788",
                "#52734D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.308804Z"
        }
    ]
}