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=65
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=66",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=64"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 642,
            "id_string": "f8f0e5-eadbc8-dac0a3-0f2c59-hexharbor",
            "name": "Azure Mist",
            "colors": [
                "#F8F0E5",
                "#EADBC8",
                "#DAC0A3",
                "#0F2C59"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.578757Z"
        },
        {
            "id": 643,
            "id_string": "800000-982b1c-dad4b5-f2e8c6-hexharbor",
            "name": "Electric Ruby Dawn",
            "colors": [
                "#800000",
                "#982B1C",
                "#DAD4B5",
                "#F2E8C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.583401Z"
        },
        {
            "id": 644,
            "id_string": "3a3845-f7ccac-c69b7b-826f66-minthaze",
            "name": "Electric Coral Dusk",
            "colors": [
                "#3A3845",
                "#F7CCAC",
                "#C69B7B",
                "#826F66"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.588003Z"
        },
        {
            "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"
        },
        {
            "id": 646,
            "id_string": "fef1e6-f9d5a7-ffb085-90aacb-mossyhex",
            "name": "Pale Apricot Breeze",
            "colors": [
                "#FEF1E6",
                "#F9D5A7",
                "#FFB085",
                "#90AACB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.597472Z"
        },
        {
            "id": 647,
            "id_string": "b9f3fc-aee2ff-93c6e7-fedeff-studiomochi",
            "name": "Cloud Cyan Drift",
            "colors": [
                "#B9F3FC",
                "#AEE2FF",
                "#93C6E7",
                "#FEDEFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.602108Z"
        },
        {
            "id": 648,
            "id_string": "dcedc2-ffd3b5-ffaaa6-ff8c94-swatchbird",
            "name": "Soft Ember Field",
            "colors": [
                "#DCEDC2",
                "#FFD3B5",
                "#FFAAA6",
                "#FF8C94"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.606695Z"
        },
        {
            "id": 649,
            "id_string": "e6e6e6-c5a880-532e1c-0f0f0f-nordichue",
            "name": "Cool Ember Field",
            "colors": [
                "#E6E6E6",
                "#C5A880",
                "#532E1C",
                "#0F0F0F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.611248Z"
        },
        {
            "id": 650,
            "id_string": "222831-393e46-948979-dfd0b8-palettepup",
            "name": "Coral Harbor",
            "colors": [
                "#222831",
                "#393E46",
                "#948979",
                "#DFD0B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.616033Z"
        },
        {
            "id": 651,
            "id_string": "ffc6ac-fff6dc-c4c1a4-9e9fa5-mossyhex",
            "name": "Electric Coral Drift",
            "colors": [
                "#FFC6AC",
                "#FFF6DC",
                "#C4C1A4",
                "#9E9FA5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.620713Z"
        }
    ]
}