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&page=82
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&page=83",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=81"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1078,
            "id_string": "b5c18e-f7dcb9-deac80-b99470-retroswatch",
            "name": "Neon Ember Veil",
            "colors": [
                "#B5C18E",
                "#F7DCB9",
                "#DEAC80",
                "#B99470"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.255337Z"
        },
        {
            "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"
        },
        {
            "id": 1014,
            "id_string": "7bd3ea-a1eebd-f6f7c4-f6d6d6-paperfox",
            "name": "Pastel Honey Glow",
            "colors": [
                "#7BD3EA",
                "#A1EEBD",
                "#F6F7C4",
                "#F6D6D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.949680Z"
        },
        {
            "id": 837,
            "id_string": "2c3930-3f4f44-a27b5c-dcd7c9-retroswatch",
            "name": "Cool Amber Mist",
            "colors": [
                "#2C3930",
                "#3F4F44",
                "#A27B5C",
                "#DCD7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.728093Z"
        },
        {
            "id": 830,
            "id_string": "fa7070-fbf2cf-c6ebc5-a1c298-candytone",
            "name": "Pastel Rose Glow",
            "colors": [
                "#FA7070",
                "#FBF2CF",
                "#C6EBC5",
                "#A1C298"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.655890Z"
        },
        {
            "id": 818,
            "id_string": "f5dad2-fcffe0-bacd92-75a47f-nordichue",
            "name": "Fern Dusk",
            "colors": [
                "#F5DAD2",
                "#FCFFE0",
                "#BACD92",
                "#75A47F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.475072Z"
        },
        {
            "id": 683,
            "id_string": "bbd6b8-aec2b6-94af9f-dbe4c6-palettepup",
            "name": "Fern Field",
            "colors": [
                "#BBD6B8",
                "#AEC2B6",
                "#94AF9F",
                "#DBE4C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.774802Z"
        },
        {
            "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": 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": 636,
            "id_string": "334257-476072-548ca8-eeeeee-studiomochi",
            "name": "Cyan Veil",
            "colors": [
                "#334257",
                "#476072",
                "#548CA8",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.542330Z"
        }
    ]
}