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=98
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=99",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=97"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 382,
            "id_string": "0a2647-144272-205295-2c74b3-candytone",
            "name": "Twilight Cobalt Dawn",
            "colors": [
                "#0A2647",
                "#144272",
                "#205295",
                "#2C74B3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.219258Z"
        },
        {
            "id": 381,
            "id_string": "bad7df-ffe2e2-f6f6f6-99ddcc-tonecraft",
            "name": "Cloud Rose Dream",
            "colors": [
                "#BAD7DF",
                "#FFE2E2",
                "#F6F6F6",
                "#99DDCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.214594Z"
        },
        {
            "id": 380,
            "id_string": "f3eeea-ebe3d5-b0a695-776b5d-cobaltcat",
            "name": "Coral Sunset",
            "colors": [
                "#F3EEEA",
                "#EBE3D5",
                "#B0A695",
                "#776B5D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.209847Z"
        },
        {
            "id": 379,
            "id_string": "fef5ed-d3e4cd-adc2a9-99a799-minthaze",
            "name": "Pastel Coral Meadow",
            "colors": [
                "#FEF5ED",
                "#D3E4CD",
                "#ADC2A9",
                "#99A799"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.205179Z"
        },
        {
            "id": 378,
            "id_string": "f2d7d9-d3cedf-9cb4cc-748da6-cobaltcat",
            "name": "Magenta Dawn",
            "colors": [
                "#F2D7D9",
                "#D3CEDF",
                "#9CB4CC",
                "#748DA6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.200509Z"
        },
        {
            "id": 377,
            "id_string": "a75d5d-d3756b-f0997d-ffc3a1-candytone",
            "name": "Amber Dusk",
            "colors": [
                "#A75D5D",
                "#D3756B",
                "#F0997D",
                "#FFC3A1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.195978Z"
        },
        {
            "id": 376,
            "id_string": "f6f6f6-ffe2e2-ffc7c7-aaaaaa-nordichue",
            "name": "Soft Ruby Bay",
            "colors": [
                "#F6F6F6",
                "#FFE2E2",
                "#FFC7C7",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.191151Z"
        },
        {
            "id": 375,
            "id_string": "fdefef-f4dfd0-dad0c2-cdbba7-candytone",
            "name": "Pale Ruby Bloom",
            "colors": [
                "#FDEFEF",
                "#F4DFD0",
                "#DAD0C2",
                "#CDBBA7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.186573Z"
        },
        {
            "id": 374,
            "id_string": "f8ede3-dfd3c3-d0b8a8-7d6e83-huedrift",
            "name": "Warm Ember Hush",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#7D6E83"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.182022Z"
        },
        {
            "id": 373,
            "id_string": "f5f7f8-f4ce14-495e57-45474b-minthaze",
            "name": "Electric Citrine Haze",
            "colors": [
                "#F5F7F8",
                "#F4CE14",
                "#495E57",
                "#45474B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.177370Z"
        }
    ]
}