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=87
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=88",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=86"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 862,
            "id_string": "7effdb-b693fe-8c82fc-ff9de2-duskpixel",
            "name": "Neon Teal Dawn",
            "colors": [
                "#7EFFDB",
                "#B693FE",
                "#8C82FC",
                "#FF9DE2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.006118Z"
        },
        {
            "id": 863,
            "id_string": "ffadad-ffdac7-ffefbc-fffeb7-huedrift",
            "name": "Cloud Scarlet Breeze",
            "colors": [
                "#FFADAD",
                "#FFDAC7",
                "#FFEFBC",
                "#FFFEB7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.013538Z"
        },
        {
            "id": 864,
            "id_string": "fed9ed-e7bcde-bb9cc0-67729d-retroswatch",
            "name": "Electric Plum Dawn",
            "colors": [
                "#FED9ED",
                "#E7BCDE",
                "#BB9CC0",
                "#67729D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.018407Z"
        },
        {
            "id": 865,
            "id_string": "001c30-176b87-64ccc5-dafffb-swatchbird",
            "name": "Electric Aqua Bloom",
            "colors": [
                "#001C30",
                "#176B87",
                "#64CCC5",
                "#DAFFFB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.023242Z"
        },
        {
            "id": 866,
            "id_string": "4c3a51-774360-b25068-e7ab79-hexharbor",
            "name": "Warm Amber Drift",
            "colors": [
                "#4C3A51",
                "#774360",
                "#B25068",
                "#E7AB79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.028158Z"
        },
        {
            "id": 867,
            "id_string": "80bcbd-aad9bb-d5f0c1-f9f7c9-hexharbor",
            "name": "Citrine Dawn",
            "colors": [
                "#80BCBD",
                "#AAD9BB",
                "#D5F0C1",
                "#F9F7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.033027Z"
        },
        {
            "id": 868,
            "id_string": "6867ac-a267ac-ce7bb0-ffbcd1-pixelpine",
            "name": "Vivid Blush Sunset",
            "colors": [
                "#6867AC",
                "#A267AC",
                "#CE7BB0",
                "#FFBCD1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.043653Z"
        },
        {
            "id": 869,
            "id_string": "294b29-50623a-789461-dbe7c9-retroswatch",
            "name": "Warm Lime Harbor",
            "colors": [
                "#294B29",
                "#50623A",
                "#789461",
                "#DBE7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.048250Z"
        },
        {
            "id": 870,
            "id_string": "e4e3e3-84a9ac-3b6978-204051-retroswatch",
            "name": "Aqua Harbor",
            "colors": [
                "#E4E3E3",
                "#84A9AC",
                "#3B6978",
                "#204051"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.053132Z"
        },
        {
            "id": 871,
            "id_string": "999b84-926e6f-ca8a8b-e6c4c0-duskpixel",
            "name": "Ruby Grove",
            "colors": [
                "#999B84",
                "#926E6F",
                "#CA8A8B",
                "#E6C4C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.057762Z"
        }
    ]
}