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=47
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=48",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=46"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 462,
            "id_string": "171717-444444-da0037-ededed-paperfox",
            "name": "Neon Blush Dawn",
            "colors": [
                "#171717",
                "#444444",
                "#DA0037",
                "#EDEDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.595075Z"
        },
        {
            "id": 463,
            "id_string": "1fab89-62d2a2-9df3c4-d7fbe8-cobaltcat",
            "name": "Neon Jade Sunset",
            "colors": [
                "#1FAB89",
                "#62D2A2",
                "#9DF3C4",
                "#D7FBE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.599625Z"
        },
        {
            "id": 464,
            "id_string": "fdf4f5-e8a0bf-ba90c6-c0dbea-studiomochi",
            "name": "Pastel Blush Bay",
            "colors": [
                "#FDF4F5",
                "#E8A0BF",
                "#BA90C6",
                "#C0DBEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.604150Z"
        },
        {
            "id": 465,
            "id_string": "f8f4e1-af8f6f-74512d-543310-mossyhex",
            "name": "Cool Apricot Tide",
            "colors": [
                "#F8F4E1",
                "#AF8F6F",
                "#74512D",
                "#543310"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.608796Z"
        },
        {
            "id": 466,
            "id_string": "f0ece3-dfd3c3-c7b198-596e79-paperfox",
            "name": "Warm Coral Dream",
            "colors": [
                "#F0ECE3",
                "#DFD3C3",
                "#C7B198",
                "#596E79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.613458Z"
        },
        {
            "id": 467,
            "id_string": "92c7cf-aad7d9-fbf9f1-e5e1da-mossyhex",
            "name": "Cloud Citrine Breeze",
            "colors": [
                "#92C7CF",
                "#AAD7D9",
                "#FBF9F1",
                "#E5E1DA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.618188Z"
        },
        {
            "id": 468,
            "id_string": "876445-ca965c-eec373-f4dfba-tonecraft",
            "name": "Neon Amber Haze",
            "colors": [
                "#876445",
                "#CA965C",
                "#EEC373",
                "#F4DFBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.623005Z"
        },
        {
            "id": 469,
            "id_string": "f8f0e5-eadbc8-dac0a3-102c57-coloreef",
            "name": "Cool Ocean Tide",
            "colors": [
                "#F8F0E5",
                "#EADBC8",
                "#DAC0A3",
                "#102C57"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.627816Z"
        },
        {
            "id": 470,
            "id_string": "f9ecec-f0d9da-c8d9eb-ecf2f9-minthaze",
            "name": "Pastel Crimson Harbor",
            "colors": [
                "#F9ECEC",
                "#F0D9DA",
                "#C8D9EB",
                "#ECF2F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.632602Z"
        },
        {
            "id": 471,
            "id_string": "fdffbc-ffeebb-ffdcb8-ffc1b6-coloreef",
            "name": "Pale Sunbeam Grove",
            "colors": [
                "#FDFFBC",
                "#FFEEBB",
                "#FFDCB8",
                "#FFC1B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.637082Z"
        }
    ]
}