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=61
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=62",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=60"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 602,
            "id_string": "efbc9b-fbf3d5-d6dac8-9cafaa-duskpixel",
            "name": "Soft Citrine Field",
            "colors": [
                "#EFBC9B",
                "#FBF3D5",
                "#D6DAC8",
                "#9CAFAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.346652Z"
        },
        {
            "id": 603,
            "id_string": "dab88b-f3e9dd-fdf6ec-b7cadb-cobaltcat",
            "name": "Cloud Apricot Dusk",
            "colors": [
                "#DAB88B",
                "#F3E9DD",
                "#FDF6EC",
                "#B7CADB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.351244Z"
        },
        {
            "id": 604,
            "id_string": "1c6758-3d8361-d6cda4-eef2e6-paperfox",
            "name": "Warm Lagoon Dawn",
            "colors": [
                "#1C6758",
                "#3D8361",
                "#D6CDA4",
                "#EEF2E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.355864Z"
        },
        {
            "id": 605,
            "id_string": "cc9b6d-f1ca89-f2dac3-c8c2bc-retroswatch",
            "name": "Neon Ember Grove",
            "colors": [
                "#CC9B6D",
                "#F1CA89",
                "#F2DAC3",
                "#C8C2BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.362020Z"
        },
        {
            "id": 606,
            "id_string": "d8e3e7-51c4d3-126e82-132c33-studiomochi",
            "name": "Neon Aqua Meadow",
            "colors": [
                "#D8E3E7",
                "#51C4D3",
                "#126E82",
                "#132C33"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.366656Z"
        },
        {
            "id": 607,
            "id_string": "88ab8e-afc8ad-eee7da-f2f1eb-minthaze",
            "name": "Pale Coral Field",
            "colors": [
                "#88AB8E",
                "#AFC8AD",
                "#EEE7DA",
                "#F2F1EB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.371283Z"
        },
        {
            "id": 608,
            "id_string": "f6e5f5-fbf4f9-f6e7e6-b9cced-nordichue",
            "name": "Pastel Ocean Breeze",
            "colors": [
                "#F6E5F5",
                "#FBF4F9",
                "#F6E7E6",
                "#B9CCED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.375928Z"
        },
        {
            "id": 609,
            "id_string": "f6f6f6-d6e4f0-1e56a0-163172-palettepup",
            "name": "Warm Ocean Mist",
            "colors": [
                "#F6F6F6",
                "#D6E4F0",
                "#1E56A0",
                "#163172"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.380427Z"
        },
        {
            "id": 610,
            "id_string": "9e9d89-e4d3cf-e2bcb7-b67162-hexharbor",
            "name": "Rose Harbor",
            "colors": [
                "#9E9D89",
                "#E4D3CF",
                "#E2BCB7",
                "#B67162"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.385034Z"
        },
        {
            "id": 611,
            "id_string": "a8e6cf-fdffab-ffd3b6-ffaaa5-retroswatch",
            "name": "Cloud Sunbeam Breeze",
            "colors": [
                "#A8E6CF",
                "#FDFFAB",
                "#FFD3B6",
                "#FFAAA5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.389532Z"
        }
    ]
}