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=70
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=71",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=69"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 662,
            "id_string": "f1eaff-e5d4ff-dcbfff-d0a2f7-studiomochi",
            "name": "Soft Violet Sunset",
            "colors": [
                "#F1EAFF",
                "#E5D4FF",
                "#DCBFFF",
                "#D0A2F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.674305Z"
        },
        {
            "id": 661,
            "id_string": "4a55a2-7895cb-a0bfe0-c5dff8-tonecraft",
            "name": "Electric Cyan Drift",
            "colors": [
                "#4A55A2",
                "#7895CB",
                "#A0BFE0",
                "#C5DFF8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.669698Z"
        },
        {
            "id": 660,
            "id_string": "fb929e-ffdfdf-fff6f6-aedefc-candytone",
            "name": "Pastel Rose Bay",
            "colors": [
                "#FB929E",
                "#FFDFDF",
                "#FFF6F6",
                "#AEDEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.665186Z"
        },
        {
            "id": 659,
            "id_string": "ffcdb2-ffb4a2-e5989b-b5828c-candytone",
            "name": "Neon Ember Tide",
            "colors": [
                "#FFCDB2",
                "#FFB4A2",
                "#E5989B",
                "#B5828C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.660703Z"
        },
        {
            "id": 658,
            "id_string": "f7a4a4-febe8c-fffbc1-b6e2a1-huedrift",
            "name": "Soft Gold Field",
            "colors": [
                "#F7A4A4",
                "#FEBE8C",
                "#FFFBC1",
                "#B6E2A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.656187Z"
        },
        {
            "id": 657,
            "id_string": "e5dcc3-c7bea2-aaa492-9a9483-mossyhex",
            "name": "Ember Grove",
            "colors": [
                "#E5DCC3",
                "#C7BEA2",
                "#AAA492",
                "#9A9483"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.651641Z"
        },
        {
            "id": 656,
            "id_string": "1c0a00-361500-603601-cc9544-minthaze",
            "name": "Noir Ember Breeze",
            "colors": [
                "#1C0A00",
                "#361500",
                "#603601",
                "#CC9544"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.645222Z"
        },
        {
            "id": 655,
            "id_string": "fff0f0-ebd4d4-835858-463333-hexharbor",
            "name": "Crimson Field",
            "colors": [
                "#FFF0F0",
                "#EBD4D4",
                "#835858",
                "#463333"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.640755Z"
        },
        {
            "id": 654,
            "id_string": "d4ecdd-345b63-152d35-112031-swatchbird",
            "name": "Twilight Sky Haze",
            "colors": [
                "#D4ECDD",
                "#345B63",
                "#152D35",
                "#112031"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.636102Z"
        },
        {
            "id": 653,
            "id_string": "79b4b7-fefbf3-f8f0df-9d9d9d-swatchbird",
            "name": "Neon Ember Tide",
            "colors": [
                "#79B4B7",
                "#FEFBF3",
                "#F8F0DF",
                "#9D9D9D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.629899Z"
        }
    ]
}