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&page=79
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&page=80",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=78"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1010,
            "id_string": "3c4245-5f6769-719192-dfcdc3-mossyhex",
            "name": "Cool Apricot Glow",
            "colors": [
                "#3C4245",
                "#5F6769",
                "#719192",
                "#DFCDC3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.930825Z"
        },
        {
            "id": 1003,
            "id_string": "fbfbfb-e8f9ff-c4d9ff-c5baff-cobaltcat",
            "name": "Pastel Tide Field",
            "colors": [
                "#FBFBFB",
                "#E8F9FF",
                "#C4D9FF",
                "#C5BAFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.898127Z"
        },
        {
            "id": 878,
            "id_string": "e8e8e8-f05454-30475e-222831-nordichue",
            "name": "Rose Harbor",
            "colors": [
                "#E8E8E8",
                "#F05454",
                "#30475E",
                "#222831"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.093417Z"
        },
        {
            "id": 798,
            "id_string": "420516-7d1935-b42b51-e63e6d-cobaltcat",
            "name": "Rose Veil",
            "colors": [
                "#420516",
                "#7D1935",
                "#B42B51",
                "#E63E6D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.326064Z"
        },
        {
            "id": 796,
            "id_string": "f7e8f6-f1c6e7-e5b0ea-bd83ce-nordichue",
            "name": "Cloud Orchid Veil",
            "colors": [
                "#F7E8F6",
                "#F1C6E7",
                "#E5B0EA",
                "#BD83CE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.316902Z"
        },
        {
            "id": 735,
            "id_string": "ffab73-ffd384-fff9b0-ffaec0-minthaze",
            "name": "Soft Coral Sunset",
            "colors": [
                "#FFAB73",
                "#FFD384",
                "#FFF9B0",
                "#FFAEC0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.024322Z"
        },
        {
            "id": 731,
            "id_string": "1a4d2e-4f6f52-e8dfca-f5efe6-tonecraft",
            "name": "Jade Drift",
            "colors": [
                "#1A4D2E",
                "#4F6F52",
                "#E8DFCA",
                "#F5EFE6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.999047Z"
        },
        {
            "id": 703,
            "id_string": "232931-393e46-4ecca3-eeeeee-huedrift",
            "name": "Cool Teal Haze",
            "colors": [
                "#232931",
                "#393E46",
                "#4ECCA3",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.869120Z"
        },
        {
            "id": 676,
            "id_string": "beebe9-f4dada-ffb6b9-f6eec7-palettepup",
            "name": "Soft Blush Drift",
            "colors": [
                "#BEEBE9",
                "#F4DADA",
                "#FFB6B9",
                "#F6EEC7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.738686Z"
        },
        {
            "id": 645,
            "id_string": "fbf0b2-ffc7ea-d8b4f8-caedff-swatchbird",
            "name": "Soft Orchid Grove",
            "colors": [
                "#FBF0B2",
                "#FFC7EA",
                "#D8B4F8",
                "#CAEDFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.592821Z"
        }
    ]
}