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=48
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=49",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=47"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 882,
            "id_string": "1f2544-474f7a-81689d-ffd0ec-mossyhex",
            "name": "Mauve Bloom",
            "colors": [
                "#1F2544",
                "#474F7A",
                "#81689D",
                "#FFD0EC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.112292Z"
        },
        {
            "id": 881,
            "id_string": "a0937d-e7d4b5-f6e6cb-b6c7aa-mossyhex",
            "name": "Apricot Haze",
            "colors": [
                "#A0937D",
                "#E7D4B5",
                "#F6E6CB",
                "#B6C7AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.107621Z"
        },
        {
            "id": 880,
            "id_string": "faf6e9-ece8d9-fffdf6-494949-paperfox",
            "name": "Electric Honey Bay",
            "colors": [
                "#FAF6E9",
                "#ECE8D9",
                "#FFFDF6",
                "#494949"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.102725Z"
        },
        {
            "id": 879,
            "id_string": "ffb84c-f266ab-a459d1-2cd3e1-candytone",
            "name": "Ember Bay",
            "colors": [
                "#FFB84C",
                "#F266AB",
                "#A459D1",
                "#2CD3E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.097978Z"
        },
        {
            "id": 878,
            "id_string": "e8e8e8-f05454-30475e-222831-nordichue",
            "name": "Rose Harbor",
            "colors": [
                "#E8E8E8",
                "#F05454",
                "#30475E",
                "#222831"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.093417Z"
        },
        {
            "id": 877,
            "id_string": "faf2da-8e9775-4a503d-e28f83-nordichue",
            "name": "Honey Dusk",
            "colors": [
                "#FAF2DA",
                "#8E9775",
                "#4A503D",
                "#E28F83"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.089001Z"
        },
        {
            "id": 876,
            "id_string": "3db2ff-ffedda-ffb830-ff2442-nordichue",
            "name": "Electric Aqua Drift",
            "colors": [
                "#3DB2FF",
                "#FFEDDA",
                "#FFB830",
                "#FF2442"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.084765Z"
        },
        {
            "id": 875,
            "id_string": "9be3de-beebe9-fffdf9-ffe3ed-retroswatch",
            "name": "Cloud Amber Haze",
            "colors": [
                "#9BE3DE",
                "#BEEBE9",
                "#FFFDF9",
                "#FFE3ED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.080448Z"
        },
        {
            "id": 874,
            "id_string": "dddddd-fab7b7-f5a8a8-e19999-candytone",
            "name": "Pastel Ruby Haze",
            "colors": [
                "#DDDDDD",
                "#FAB7B7",
                "#F5A8A8",
                "#E19999"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.076145Z"
        },
        {
            "id": 873,
            "id_string": "f9f8f6-efe9e3-d9cfc7-c9b59c-duskpixel",
            "name": "Cloud Amber Harbor",
            "colors": [
                "#F9F8F6",
                "#EFE9E3",
                "#D9CFC7",
                "#C9B59C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.067322Z"
        }
    ]
}