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=name&page=105
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=name&page=106",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=104"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 549,
            "id_string": "d9d7f1-fffdde-e7fbbe-ffcbcb-hexharbor",
            "name": "Soft Citrine Grove",
            "colors": [
                "#D9D7F1",
                "#FFFDDE",
                "#E7FBBE",
                "#FFCBCB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.094805Z"
        },
        {
            "id": 972,
            "id_string": "92b4ec-ffffff-ffe69a-ffd24c-coloreef",
            "name": "Soft Citrine Sunset",
            "colors": [
                "#92B4EC",
                "#FFFFFF",
                "#FFE69A",
                "#FFD24C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.750780Z"
        },
        {
            "id": 918,
            "id_string": "cdf0ea-f9f9f9-f6c6ea-faf4b7-pixelpine",
            "name": "Soft Citrine Tide",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#F6C6EA",
                "#FAF4B7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.285250Z"
        },
        {
            "id": 634,
            "id_string": "faebe0-c9e4c5-b5cda3-c1ac95-retroswatch",
            "name": "Soft Coral Bloom",
            "colors": [
                "#FAEBE0",
                "#C9E4C5",
                "#B5CDA3",
                "#C1AC95"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.517793Z"
        },
        {
            "id": 512,
            "id_string": "d4a5a5-ffecda-f9ffea-a6d0e4-duskpixel",
            "name": "Soft Coral Breeze",
            "colors": [
                "#D4A5A5",
                "#FFECDA",
                "#F9FFEA",
                "#A6D0E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.841545Z"
        },
        {
            "id": 1009,
            "id_string": "fff7f1-ffe4c9-e78895-bed1cf-duskpixel",
            "name": "Soft Coral Dusk",
            "colors": [
                "#FFF7F1",
                "#FFE4C9",
                "#E78895",
                "#BED1CF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.926238Z"
        },
        {
            "id": 726,
            "id_string": "ffbe98-feece2-f7ded0-e2bfb3-coloreef",
            "name": "Soft Coral Glow",
            "colors": [
                "#FFBE98",
                "#FEECE2",
                "#F7DED0",
                "#E2BFB3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.976227Z"
        },
        {
            "id": 532,
            "id_string": "ffd4b2-fff6bd-ceedc7-86c8bc-candytone",
            "name": "Soft Coral Mist",
            "colors": [
                "#FFD4B2",
                "#FFF6BD",
                "#CEEDC7",
                "#86C8BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.005341Z"
        },
        {
            "id": 735,
            "id_string": "ffab73-ffd384-fff9b0-ffaec0-minthaze",
            "name": "Soft Coral Sunset",
            "colors": [
                "#FFAB73",
                "#FFD384",
                "#FFF9B0",
                "#FFAEC0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.024322Z"
        },
        {
            "id": 567,
            "id_string": "fff3da-dfccfb-d0bfff-beadfa-hexharbor",
            "name": "Soft Coral Sunset",
            "colors": [
                "#FFF3DA",
                "#DFCCFB",
                "#D0BFFF",
                "#BEADFA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.179698Z"
        }
    ]
}