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=50
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=51",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=49"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 492,
            "id_string": "f1e5d1-dbb5b5-c39898-987070-pixelpine",
            "name": "Cool Apricot Tide",
            "colors": [
                "#F1E5D1",
                "#DBB5B5",
                "#C39898",
                "#987070"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.739572Z"
        },
        {
            "id": 493,
            "id_string": "b4b4b8-c7c8cc-e3e1d9-f2efe5-swatchbird",
            "name": "Pale Citrine Dawn",
            "colors": [
                "#B4B4B8",
                "#C7C8CC",
                "#E3E1D9",
                "#F2EFE5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.744176Z"
        },
        {
            "id": 494,
            "id_string": "ccd6a6-dae2b6-f4ead5-fffbe9-hexharbor",
            "name": "Pale Sunbeam Glow",
            "colors": [
                "#CCD6A6",
                "#DAE2B6",
                "#F4EAD5",
                "#FFFBE9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.748818Z"
        },
        {
            "id": 495,
            "id_string": "f5f0bb-c4dfaa-90c8ac-73a9ad-nordichue",
            "name": "Sunbeam Harbor",
            "colors": [
                "#F5F0BB",
                "#C4DFAA",
                "#90C8AC",
                "#73A9AD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.753387Z"
        },
        {
            "id": 496,
            "id_string": "8e3200-a64b2a-d7a86e-ffebc1-mossyhex",
            "name": "Neon Apricot Hush",
            "colors": [
                "#8E3200",
                "#A64B2A",
                "#D7A86E",
                "#FFEBC1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.757902Z"
        },
        {
            "id": 497,
            "id_string": "0b2447-19376d-576cbc-a5d7e8-swatchbird",
            "name": "Electric Ocean Veil",
            "colors": [
                "#0B2447",
                "#19376D",
                "#576CBC",
                "#A5D7E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.762360Z"
        },
        {
            "id": 498,
            "id_string": "f4bfbf-ffd9c0-faf0d7-8cc0de-nordichue",
            "name": "Soft Apricot Field",
            "colors": [
                "#F4BFBF",
                "#FFD9C0",
                "#FAF0D7",
                "#8CC0DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.766921Z"
        },
        {
            "id": 499,
            "id_string": "472d2d-553939-704f4f-a77979-cobaltcat",
            "name": "Scarlet Bloom",
            "colors": [
                "#472D2D",
                "#553939",
                "#704F4F",
                "#A77979"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.771432Z"
        },
        {
            "id": 500,
            "id_string": "f8fafc-d9eafd-bcccdc-9aa6b2-cobaltcat",
            "name": "Cloud Ocean Bloom",
            "colors": [
                "#F8FAFC",
                "#D9EAFD",
                "#BCCCDC",
                "#9AA6B2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.775959Z"
        },
        {
            "id": 501,
            "id_string": "f3f1f5-f0d9ff-bfa2db-7f7c82-studiomochi",
            "name": "Soft Indigo Sunset",
            "colors": [
                "#F3F1F5",
                "#F0D9FF",
                "#BFA2DB",
                "#7F7C82"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.780514Z"
        }
    ]
}