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=60
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=61",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=59"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 592,
            "id_string": "fba1b7-ffd1da-fff0f5-ffdbaa-nordichue",
            "name": "Soft Rose Harbor",
            "colors": [
                "#FBA1B7",
                "#FFD1DA",
                "#FFF0F5",
                "#FFDBAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.298703Z"
        },
        {
            "id": 593,
            "id_string": "ecf2ff-e3dffd-e5d1fa-fff4d2-cobaltcat",
            "name": "Cloud Sky Dream",
            "colors": [
                "#ECF2FF",
                "#E3DFFD",
                "#E5D1FA",
                "#FFF4D2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.303260Z"
        },
        {
            "id": 594,
            "id_string": "d6efd8-80af81-508d4e-1a5319-nordichue",
            "name": "Jade Dawn",
            "colors": [
                "#D6EFD8",
                "#80AF81",
                "#508D4E",
                "#1A5319"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.307833Z"
        },
        {
            "id": 595,
            "id_string": "e6ba95-fafdd6-e4e9be-a2b38b-mossyhex",
            "name": "Vivid Gold Dream",
            "colors": [
                "#E6BA95",
                "#FAFDD6",
                "#E4E9BE",
                "#A2B38B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.312358Z"
        },
        {
            "id": 596,
            "id_string": "bfcba8-5b8a72-56776c-464f41-studiomochi",
            "name": "Meadow Grove",
            "colors": [
                "#BFCBA8",
                "#5B8A72",
                "#56776C",
                "#464F41"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.317137Z"
        },
        {
            "id": 597,
            "id_string": "fbfacd-debace-ba94d1-7f669d-swatchbird",
            "name": "Electric Citrine Grove",
            "colors": [
                "#FBFACD",
                "#DEBACE",
                "#BA94D1",
                "#7F669D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.321523Z"
        },
        {
            "id": 598,
            "id_string": "092635-1b4242-5c8374-9ec8b9-palettepup",
            "name": "Dusk Aqua Field",
            "colors": [
                "#092635",
                "#1B4242",
                "#5C8374",
                "#9EC8B9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.326200Z"
        },
        {
            "id": 599,
            "id_string": "8e7ab5-b784b7-e493b3-eea5a6-candytone",
            "name": "Warm Magenta Mist",
            "colors": [
                "#8E7AB5",
                "#B784B7",
                "#E493B3",
                "#EEA5A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.332772Z"
        },
        {
            "id": 600,
            "id_string": "3aa6b9-ffd0d0-ff9eaa-c1ece4-duskpixel",
            "name": "Neon Crimson Veil",
            "colors": [
                "#3AA6B9",
                "#FFD0D0",
                "#FF9EAA",
                "#C1ECE4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.337350Z"
        },
        {
            "id": 601,
            "id_string": "ccd6a6-dae2b6-dfe8cc-f7eddb-candytone",
            "name": "Cloud Amber Dusk",
            "colors": [
                "#CCD6A6",
                "#DAE2B6",
                "#DFE8CC",
                "#F7EDDB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.342049Z"
        }
    ]
}