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=86
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=87",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=85"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 589,
            "id_string": "ffeadd-fcaeae-ff8989-ff6666-mossyhex",
            "name": "Pale Apricot Breeze",
            "colors": [
                "#FFEADD",
                "#FCAEAE",
                "#FF8989",
                "#FF6666"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.284926Z"
        },
        {
            "id": 646,
            "id_string": "fef1e6-f9d5a7-ffb085-90aacb-mossyhex",
            "name": "Pale Apricot Breeze",
            "colors": [
                "#FEF1E6",
                "#F9D5A7",
                "#FFB085",
                "#90AACB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.597472Z"
        },
        {
            "id": 366,
            "id_string": "96b6c5-adc4ce-eee0c9-f1f0e8-swatchbird",
            "name": "Pale Apricot Dream",
            "colors": [
                "#96B6C5",
                "#ADC4CE",
                "#EEE0C9",
                "#F1F0E8"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.144911Z"
        },
        {
            "id": 1244,
            "id_string": "fdfdc4-ffe8cf-ffdede-ccffec-paperfox",
            "name": "Pale Apricot Harbor",
            "colors": [
                "#FDFDC4",
                "#FFE8CF",
                "#FFDEDE",
                "#CCFFEC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.055241Z"
        },
        {
            "id": 1250,
            "id_string": "ffe3a9-ffc3c3-ff8c8c-ff5d5d-hexharbor",
            "name": "Pale Apricot Hush",
            "colors": [
                "#FFE3A9",
                "#FFC3C3",
                "#FF8C8C",
                "#FF5D5D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.084200Z"
        },
        {
            "id": 504,
            "id_string": "ecf9ff-fffbeb-ffe7cc-f8cba6-hexharbor",
            "name": "Pale Aqua Sunset",
            "colors": [
                "#ECF9FF",
                "#FFFBEB",
                "#FFE7CC",
                "#F8CBA6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.796520Z"
        },
        {
            "id": 514,
            "id_string": "b2a4ff-ffb4b4-ffdeb4-fdf7c3-studiomochi",
            "name": "Pale Azure Hush",
            "colors": [
                "#B2A4FF",
                "#FFB4B4",
                "#FFDEB4",
                "#FDF7C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.855292Z"
        },
        {
            "id": 360,
            "id_string": "defcf9-cadefc-c3bef0-cca8e9-coloreef",
            "name": "Pale Azure Sunset",
            "colors": [
                "#DEFCF9",
                "#CADEFC",
                "#C3BEF0",
                "#CCA8E9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.116900Z"
        },
        {
            "id": 342,
            "id_string": "f9f5f6-f8e8ee-fdcedf-f2bed1-hexharbor",
            "name": "Pale Blush Harbor",
            "colors": [
                "#F9F5F6",
                "#F8E8EE",
                "#FDCEDF",
                "#F2BED1"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.025132Z"
        },
        {
            "id": 351,
            "id_string": "ffb6b9-fae3d9-bbded6-61c0bf-paperfox",
            "name": "Pale Blush Mist",
            "colors": [
                "#FFB6B9",
                "#FAE3D9",
                "#BBDED6",
                "#61C0BF"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.072576Z"
        }
    ]
}