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=107
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=108",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=106"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1062,
            "id_string": "000000-150050-3f0071-fb2576-hexharbor",
            "name": "Deep Indigo Breeze",
            "colors": [
                "#000000",
                "#150050",
                "#3F0071",
                "#FB2576"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.179522Z"
        },
        {
            "id": 1063,
            "id_string": "f0e3ff-d89cf6-916dd5-3e206d-pixelpine",
            "name": "Iris Tide",
            "colors": [
                "#F0E3FF",
                "#D89CF6",
                "#916DD5",
                "#3E206D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.185422Z"
        },
        {
            "id": 1064,
            "id_string": "053742-39a2db-a2dbfa-e8f0f2-tonecraft",
            "name": "Neon Aqua Drift",
            "colors": [
                "#053742",
                "#39A2DB",
                "#A2DBFA",
                "#E8F0F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.190022Z"
        },
        {
            "id": 1065,
            "id_string": "f7efe5-e2bfd9-c8a1e0-674188-paperfox",
            "name": "Cool Apricot Bay",
            "colors": [
                "#F7EFE5",
                "#E2BFD9",
                "#C8A1E0",
                "#674188"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.194802Z"
        },
        {
            "id": 1066,
            "id_string": "fd841f-e14d2a-cd104d-9c2c77-swatchbird",
            "name": "Neon Ember Veil",
            "colors": [
                "#FD841F",
                "#E14D2A",
                "#CD104D",
                "#9C2C77"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.199309Z"
        },
        {
            "id": 1067,
            "id_string": "cb9df0-f0c1e1-fddbbb-fff9bf-retroswatch",
            "name": "Pale Honey Bloom",
            "colors": [
                "#CB9DF0",
                "#F0C1E1",
                "#FDDBBB",
                "#FFF9BF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.203976Z"
        },
        {
            "id": 1068,
            "id_string": "f2efe7-9acbd0-48a6a7-006a71-swatchbird",
            "name": "Electric Cyan Drift",
            "colors": [
                "#F2EFE7",
                "#9ACBD0",
                "#48A6A7",
                "#006A71"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.208593Z"
        },
        {
            "id": 1069,
            "id_string": "15b7b9-10ddc2-f5f5f5-f57170-duskpixel",
            "name": "Vivid Ruby Meadow",
            "colors": [
                "#15B7B9",
                "#10DDC2",
                "#F5F5F5",
                "#F57170"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.213314Z"
        },
        {
            "id": 1070,
            "id_string": "191919-2d4263-c84b31-ecdbba-mossyhex",
            "name": "Crimson Dream",
            "colors": [
                "#191919",
                "#2D4263",
                "#C84B31",
                "#ECDBBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.218178Z"
        },
        {
            "id": 1071,
            "id_string": "243763-ff6e31-ffebb7-ad8e70-nordichue",
            "name": "Vivid Apricot Glow",
            "colors": [
                "#243763",
                "#FF6E31",
                "#FFEBB7",
                "#AD8E70"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.222755Z"
        }
    ]
}