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=95
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=96",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=94"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 942,
            "id_string": "000000-3e065f-700b97-8e05c2-nordichue",
            "name": "Noir Violet Field",
            "colors": [
                "#000000",
                "#3E065F",
                "#700B97",
                "#8E05C2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.454204Z"
        },
        {
            "id": 943,
            "id_string": "371b58-4c3575-5b4b8a-7858a6-cobaltcat",
            "name": "Violet Hush",
            "colors": [
                "#371B58",
                "#4C3575",
                "#5B4B8A",
                "#7858A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.464182Z"
        },
        {
            "id": 944,
            "id_string": "2e073f-7a1cac-ad49e1-ebd3f8-mossyhex",
            "name": "Vivid Iris Harbor",
            "colors": [
                "#2E073F",
                "#7A1CAC",
                "#AD49E1",
                "#EBD3F8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.470640Z"
        },
        {
            "id": 945,
            "id_string": "c0d8c0-f5eedc-dd4a48-ecb390-cobaltcat",
            "name": "Warm Ember Dusk",
            "colors": [
                "#C0D8C0",
                "#F5EEDC",
                "#DD4A48",
                "#ECB390"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.486108Z"
        },
        {
            "id": 946,
            "id_string": "fceef5-f3bad6-ea86b6-e05297-candytone",
            "name": "Pastel Magenta Dream",
            "colors": [
                "#FCEEF5",
                "#F3BAD6",
                "#EA86B6",
                "#E05297"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.492905Z"
        },
        {
            "id": 947,
            "id_string": "161616-346751-c84b31-ecdbba-swatchbird",
            "name": "Rose Bay",
            "colors": [
                "#161616",
                "#346751",
                "#C84B31",
                "#ECDBBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.501132Z"
        },
        {
            "id": 948,
            "id_string": "bfccb5-7c96ab-b7b7b7-edc6b1-huedrift",
            "name": "Coral Harbor",
            "colors": [
                "#BFCCB5",
                "#7C96AB",
                "#B7B7B7",
                "#EDC6B1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.513333Z"
        },
        {
            "id": 949,
            "id_string": "822659-b34180-e36bae-f8a1d1-mossyhex",
            "name": "Mauve Tide",
            "colors": [
                "#822659",
                "#B34180",
                "#E36BAE",
                "#F8A1D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.524107Z"
        },
        {
            "id": 950,
            "id_string": "e26a2c-ff8243-fda65d-ffd07f-studiomochi",
            "name": "Ember Dusk",
            "colors": [
                "#E26A2C",
                "#FF8243",
                "#FDA65D",
                "#FFD07F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.531644Z"
        },
        {
            "id": 951,
            "id_string": "f1efec-d4c9be-123458-030303-candytone",
            "name": "Ocean Dawn",
            "colors": [
                "#F1EFEC",
                "#D4C9BE",
                "#123458",
                "#030303"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.542064Z"
        }
    ]
}