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=84
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=85",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=83"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 522,
            "id_string": "0c134f-1d267d-5c469c-d4adfc-retroswatch",
            "name": "Indigo Dusk",
            "colors": [
                "#0C134F",
                "#1D267D",
                "#5C469C",
                "#D4ADFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.921735Z"
        },
        {
            "id": 521,
            "id_string": "e4e0e1-d6c0b3-ab886d-493628-hexharbor",
            "name": "Coral Tide",
            "colors": [
                "#E4E0E1",
                "#D6C0B3",
                "#AB886D",
                "#493628"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.912938Z"
        },
        {
            "id": 520,
            "id_string": "eeebdd-810000-630000-1b1717-candytone",
            "name": "Dusk Ruby Mist",
            "colors": [
                "#EEEBDD",
                "#810000",
                "#630000",
                "#1B1717"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.905388Z"
        },
        {
            "id": 519,
            "id_string": "838383-ad9d9d-d9adad-fccbcb-palettepup",
            "name": "Electric Ruby Dream",
            "colors": [
                "#838383",
                "#AD9D9D",
                "#D9ADAD",
                "#FCCBCB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.897540Z"
        },
        {
            "id": 518,
            "id_string": "d9e4dd-fbf7f0-cdc9c3-555555-minthaze",
            "name": "Apricot Veil",
            "colors": [
                "#D9E4DD",
                "#FBF7F0",
                "#CDC9C3",
                "#555555"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.886166Z"
        },
        {
            "id": 517,
            "id_string": "e5e3c9-b4cfb0-94b49f-789395-mossyhex",
            "name": "Gold Haze",
            "colors": [
                "#E5E3C9",
                "#B4CFB0",
                "#94B49F",
                "#789395"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.877241Z"
        },
        {
            "id": 516,
            "id_string": "213555-3e5879-d8c4b6-f5efe7-studiomochi",
            "name": "Warm Azure Hush",
            "colors": [
                "#213555",
                "#3E5879",
                "#D8C4B6",
                "#F5EFE7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.869104Z"
        },
        {
            "id": 515,
            "id_string": "fbf0f0-dfd3d3-b8b0b0-7c7575-studiomochi",
            "name": "Crimson Drift",
            "colors": [
                "#FBF0F0",
                "#DFD3D3",
                "#B8B0B0",
                "#7C7575"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.863213Z"
        },
        {
            "id": 514,
            "id_string": "b2a4ff-ffb4b4-ffdeb4-fdf7c3-studiomochi",
            "name": "Pale Azure Hush",
            "colors": [
                "#B2A4FF",
                "#FFB4B4",
                "#FFDEB4",
                "#FDF7C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.855292Z"
        },
        {
            "id": 513,
            "id_string": "f5eee6-f3d7ca-e6a4b4-c86b85-retroswatch",
            "name": "Pastel Coral Dream",
            "colors": [
                "#F5EEE6",
                "#F3D7CA",
                "#E6A4B4",
                "#C86B85"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.847510Z"
        }
    ]
}