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=39
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=40",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=38"
    },
    "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": 383,
            "id_string": "ff9292-ffb4b4-ffdcdc-ffe8e8-minthaze",
            "name": "Cloud Crimson Glow",
            "colors": [
                "#FF9292",
                "#FFB4B4",
                "#FFDCDC",
                "#FFE8E8"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.226375Z"
        },
        {
            "id": 384,
            "id_string": "ffeecc-ffddcc-ffcccc-febbcc-cobaltcat",
            "name": "Cloud Coral Dream",
            "colors": [
                "#FFEECC",
                "#FFDDCC",
                "#FFCCCC",
                "#FEBBCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.230966Z"
        },
        {
            "id": 385,
            "id_string": "ffd5cd-efbbcf-c3aed6-8675a9-pixelpine",
            "name": "Rose Drift",
            "colors": [
                "#FFD5CD",
                "#EFBBCF",
                "#C3AED6",
                "#8675A9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.235435Z"
        },
        {
            "id": 386,
            "id_string": "f6f5f2-f0ebe3-f3d0d7-ffefef-paperfox",
            "name": "Soft Rose Breeze",
            "colors": [
                "#F6F5F2",
                "#F0EBE3",
                "#F3D0D7",
                "#FFEFEF"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.239895Z"
        },
        {
            "id": 387,
            "id_string": "ffcfdf-fefdca-e0f9b5-a5dee5-candytone",
            "name": "Pastel Blush Hush",
            "colors": [
                "#FFCFDF",
                "#FEFDCA",
                "#E0F9B5",
                "#A5DEE5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.244475Z"
        },
        {
            "id": 388,
            "id_string": "fff5e4-ffc4c4-ee6983-850e35-huedrift",
            "name": "Coral Haze",
            "colors": [
                "#FFF5E4",
                "#FFC4C4",
                "#EE6983",
                "#850E35"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.248950Z"
        },
        {
            "id": 389,
            "id_string": "2c3333-395b64-a5c9ca-e7f6f2-retroswatch",
            "name": "Cool Mint Hush",
            "colors": [
                "#2C3333",
                "#395B64",
                "#A5C9CA",
                "#E7F6F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.253424Z"
        },
        {
            "id": 390,
            "id_string": "f5eee6-fff8e3-f3d7ca-e6a4b4-tonecraft",
            "name": "Soft Citrine Dusk",
            "colors": [
                "#F5EEE6",
                "#FFF8E3",
                "#F3D7CA",
                "#E6A4B4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.258082Z"
        },
        {
            "id": 391,
            "id_string": "ffd4d4-ffffe8-cde990-aacb73-huedrift",
            "name": "Pale Scarlet Sunset",
            "colors": [
                "#FFD4D4",
                "#FFFFE8",
                "#CDE990",
                "#AACB73"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.262832Z"
        }
    ]
}