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=8
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=9",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=7"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1282,
            "id_string": "325288-f4eee8-f5cebe-114e60-candytone",
            "name": "Coral Haze",
            "colors": [
                "#325288",
                "#F4EEE8",
                "#F5CEBE",
                "#114E60"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.256492Z"
        },
        {
            "id": 1281,
            "id_string": "feeac9-ffcdc9-fdacac-fd7979-coloreef",
            "name": "Pale Crimson Dusk",
            "colors": [
                "#FEEAC9",
                "#FFCDC9",
                "#FDACAC",
                "#FD7979"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.252009Z"
        },
        {
            "id": 1280,
            "id_string": "ff9898-cf455c-971549-470031-retroswatch",
            "name": "Neon Rose Dusk",
            "colors": [
                "#FF9898",
                "#CF455C",
                "#971549",
                "#470031"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.247272Z"
        },
        {
            "id": 1279,
            "id_string": "ff6b6b-ffd93d-6bcb77-4d96ff-retroswatch",
            "name": "Electric Crimson Veil",
            "colors": [
                "#FF6B6B",
                "#FFD93D",
                "#6BCB77",
                "#4D96FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.242659Z"
        },
        {
            "id": 1278,
            "id_string": "443737-272121-ff0000-ff4d00-mossyhex",
            "name": "Twilight Ruby Bloom",
            "colors": [
                "#443737",
                "#272121",
                "#FF0000",
                "#FF4D00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.237910Z"
        },
        {
            "id": 1277,
            "id_string": "66806a-b4c6a6-ffc286-fff1af-swatchbird",
            "name": "Vivid Amber Breeze",
            "colors": [
                "#66806A",
                "#B4C6A6",
                "#FFC286",
                "#FFF1AF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.232285Z"
        },
        {
            "id": 1276,
            "id_string": "cd5d7d-f6ecf0-a7c5eb-949cdf-tonecraft",
            "name": "Cobalt Sunset",
            "colors": [
                "#CD5D7D",
                "#F6ECF0",
                "#A7C5EB",
                "#949CDF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.226975Z"
        },
        {
            "id": 1275,
            "id_string": "00425a-1f8a70-bfdb38-fc7300-nordichue",
            "name": "Twilight Cyan Dusk",
            "colors": [
                "#00425A",
                "#1F8A70",
                "#BFDB38",
                "#FC7300"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.222227Z"
        },
        {
            "id": 1274,
            "id_string": "2c2e43-595260-b2b1b9-ffd523-paperfox",
            "name": "Gold Bloom",
            "colors": [
                "#2C2E43",
                "#595260",
                "#B2B1B9",
                "#FFD523"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.217434Z"
        },
        {
            "id": 1273,
            "id_string": "c8e4b2-9ed2be-7eaa92-ffd9b7-candytone",
            "name": "Electric Amber Breeze",
            "colors": [
                "#C8E4B2",
                "#9ED2BE",
                "#7EAA92",
                "#FFD9B7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.212311Z"
        }
    ]
}