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=color_count&page=93
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=color_count&page=94",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=92"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1259,
            "id_string": "184d47-96bb7c-d6efc7-fad586-candytone",
            "name": "Amber Veil",
            "colors": [
                "#184D47",
                "#96BB7C",
                "#D6EFC7",
                "#FAD586"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.135608Z"
        },
        {
            "id": 746,
            "id_string": "fffbeb-495579-263159-251749-palettepup",
            "name": "Sunbeam Drift",
            "colors": [
                "#FFFBEB",
                "#495579",
                "#263159",
                "#251749"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.079900Z"
        },
        {
            "id": 1002,
            "id_string": "ff78c4-e1aeff-ffbdf7-ffecec-swatchbird",
            "name": "Soft Mauve Bay",
            "colors": [
                "#FF78C4",
                "#E1AEFF",
                "#FFBDF7",
                "#FFECEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.893533Z"
        },
        {
            "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": 1256,
            "id_string": "006769-40a578-9dde8b-e6ff94-huedrift",
            "name": "Vivid Aqua Mist",
            "colors": [
                "#006769",
                "#40A578",
                "#9DDE8B",
                "#E6FF94"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.121499Z"
        },
        {
            "id": 1245,
            "id_string": "c7f3ff-fdc7ff-ffdcf5-f2f4c3-pixelpine",
            "name": "Cloud Cyan Bloom",
            "colors": [
                "#C7F3FF",
                "#FDC7FF",
                "#FFDCF5",
                "#F2F4C3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.060345Z"
        },
        {
            "id": 1253,
            "id_string": "72147e-f21170-fa9905-ff5200-coloreef",
            "name": "Electric Amber Mist",
            "colors": [
                "#72147E",
                "#F21170",
                "#FA9905",
                "#FF5200"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.107568Z"
        },
        {
            "id": 1254,
            "id_string": "000000-1a4d2e-ff9f29-faf3e3-duskpixel",
            "name": "Vivid Coral Grove",
            "colors": [
                "#000000",
                "#1A4D2E",
                "#FF9F29",
                "#FAF3E3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.112408Z"
        },
        {
            "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": 1251,
            "id_string": "fcefee-fccde2-fc5c9c-c5e3f6-candytone",
            "name": "Soft Magenta Drift",
            "colors": [
                "#FCEFEE",
                "#FCCDE2",
                "#FC5C9C",
                "#C5E3F6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.088720Z"
        }
    ]
}