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=72
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=73",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=71"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 712,
            "id_string": "002b5b-2b4865-256d85-8fe3cf-cobaltcat",
            "name": "Twilight Sky Dream",
            "colors": [
                "#002B5B",
                "#2B4865",
                "#256D85",
                "#8FE3CF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.910456Z"
        },
        {
            "id": 713,
            "id_string": "ffdfd3-fec8d8-d291bc-957dad-minthaze",
            "name": "Neon Ember Grove",
            "colors": [
                "#FFDFD3",
                "#FEC8D8",
                "#D291BC",
                "#957DAD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.914976Z"
        },
        {
            "id": 714,
            "id_string": "f1f3f8-d6e0f0-8d93ab-393b44-minthaze",
            "name": "Cool Cobalt Field",
            "colors": [
                "#F1F3F8",
                "#D6E0F0",
                "#8D93AB",
                "#393B44"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.920085Z"
        },
        {
            "id": 715,
            "id_string": "071952-0b666a-35a29f-97feed-coloreef",
            "name": "Electric Mint Dream",
            "colors": [
                "#071952",
                "#0B666A",
                "#35A29F",
                "#97FEED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.924644Z"
        },
        {
            "id": 716,
            "id_string": "272829-61677a-d8d9da-fff6e0-swatchbird",
            "name": "Vivid Coral Dusk",
            "colors": [
                "#272829",
                "#61677A",
                "#D8D9DA",
                "#FFF6E0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.929268Z"
        },
        {
            "id": 717,
            "id_string": "4f6f52-739072-86a789-d2e3c8-huedrift",
            "name": "Fern Field",
            "colors": [
                "#4F6F52",
                "#739072",
                "#86A789",
                "#D2E3C8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.934102Z"
        },
        {
            "id": 718,
            "id_string": "f6d7a7-f6eabe-c8e3d4-87aaaa-retroswatch",
            "name": "Neon Amber Field",
            "colors": [
                "#F6D7A7",
                "#F6EABE",
                "#C8E3D4",
                "#87AAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.938797Z"
        },
        {
            "id": 719,
            "id_string": "fffbf5-f7efe5-c3acd0-674188-nordichue",
            "name": "Amber Veil",
            "colors": [
                "#FFFBF5",
                "#F7EFE5",
                "#C3ACD0",
                "#674188"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.943321Z"
        },
        {
            "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": 721,
            "id_string": "201e43-134b70-508c9b-eeeeee-coloreef",
            "name": "Cool Cyan Haze",
            "colors": [
                "#201E43",
                "#134B70",
                "#508C9B",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.952727Z"
        }
    ]
}