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=36
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=37",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=35"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 352,
            "id_string": "ffeddb-edcdbb-e3b7a0-bf9270-swatchbird",
            "name": "Electric Amber Haze",
            "colors": [
                "#FFEDDB",
                "#EDCDBB",
                "#E3B7A0",
                "#BF9270"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.077247Z"
        },
        {
            "id": 353,
            "id_string": "8d7b68-a4907c-c8b6a6-f1dec9-paperfox",
            "name": "Coral Veil",
            "colors": [
                "#8D7B68",
                "#A4907C",
                "#C8B6A6",
                "#F1DEC9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.081991Z"
        },
        {
            "id": 354,
            "id_string": "7d5a50-b4846c-e5b299-fcdec0-pixelpine",
            "name": "Vivid Ember Drift",
            "colors": [
                "#7D5A50",
                "#B4846C",
                "#E5B299",
                "#FCDEC0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.086595Z"
        },
        {
            "id": 355,
            "id_string": "f8ede3-bdd2b6-a2b29f-798777-palettepup",
            "name": "Cool Coral Dawn",
            "colors": [
                "#F8EDE3",
                "#BDD2B6",
                "#A2B29F",
                "#798777"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.091265Z"
        },
        {
            "id": 356,
            "id_string": "fff8ea-9e7676-815b5b-594545-nordichue",
            "name": "Neon Ember Sunset",
            "colors": [
                "#FFF8EA",
                "#9E7676",
                "#815B5B",
                "#594545"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.095875Z"
        },
        {
            "id": 357,
            "id_string": "2c3639-3f4e4f-a27b5c-dcd7c9-tonecraft",
            "name": "Warm Amber Harbor",
            "colors": [
                "#2C3639",
                "#3F4E4F",
                "#A27B5C",
                "#DCD7C9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.102674Z"
        },
        {
            "id": 358,
            "id_string": "fcd1d1-ece2e1-d3e0dc-aee1e1-studiomochi",
            "name": "Pastel Scarlet Harbor",
            "colors": [
                "#FCD1D1",
                "#ECE2E1",
                "#D3E0DC",
                "#AEE1E1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.107278Z"
        },
        {
            "id": 359,
            "id_string": "ffe6e6-f2d1d1-daeaf1-c6dce4-nordichue",
            "name": "Soft Crimson Drift",
            "colors": [
                "#FFE6E6",
                "#F2D1D1",
                "#DAEAF1",
                "#C6DCE4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.112152Z"
        },
        {
            "id": 360,
            "id_string": "defcf9-cadefc-c3bef0-cca8e9-coloreef",
            "name": "Pale Azure Sunset",
            "colors": [
                "#DEFCF9",
                "#CADEFC",
                "#C3BEF0",
                "#CCA8E9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.116900Z"
        },
        {
            "id": 361,
            "id_string": "f5efe6-e8dfca-aebdca-7895b2-candytone",
            "name": "Amber Meadow",
            "colors": [
                "#F5EFE6",
                "#E8DFCA",
                "#AEBDCA",
                "#7895B2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.121471Z"
        }
    ]
}