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=7
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=8",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=6"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 632,
            "id_string": "8ef6e4-9896f1-d59bf6-edb1f1-paperfox",
            "name": "Soft Teal Harbor",
            "colors": [
                "#8EF6E4",
                "#9896F1",
                "#D59BF6",
                "#EDB1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.497864Z"
        },
        {
            "id": 1026,
            "id_string": "fa26a0-05dfd7-a3f7bf-fff591-duskpixel",
            "name": "Neon Gold Field",
            "colors": [
                "#FA26A0",
                "#05DFD7",
                "#A3F7BF",
                "#FFF591"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.012218Z"
        },
        {
            "id": 529,
            "id_string": "f0e5cf-f7f6f2-c8c6c6-4b6587-nordichue",
            "name": "Coral Field",
            "colors": [
                "#F0E5CF",
                "#F7F6F2",
                "#C8C6C6",
                "#4B6587"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.979473Z"
        },
        {
            "id": 452,
            "id_string": "8294c4-acb1d6-dbdfea-ffead2-retroswatch",
            "name": "Soft Ember Bay",
            "colors": [
                "#8294C4",
                "#ACB1D6",
                "#DBDFEA",
                "#FFEAD2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.546645Z"
        },
        {
            "id": 434,
            "id_string": "884a39-c38154-ffc26f-f9e0bb-paperfox",
            "name": "Vivid Apricot Grove",
            "colors": [
                "#884A39",
                "#C38154",
                "#FFC26F",
                "#F9E0BB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.463976Z"
        },
        {
            "id": 931,
            "id_string": "911f27-630a10-fcf0c8-face7f-huedrift",
            "name": "Amber Harbor",
            "colors": [
                "#911F27",
                "#630A10",
                "#FCF0C8",
                "#FACE7F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.347519Z"
        },
        {
            "id": 812,
            "id_string": "04364a-176b87-64ccc5-dafffb-pixelpine",
            "name": "Neon Lagoon Breeze",
            "colors": [
                "#04364A",
                "#176B87",
                "#64CCC5",
                "#DAFFFB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.401664Z"
        },
        {
            "id": 390,
            "id_string": "f5eee6-fff8e3-f3d7ca-e6a4b4-tonecraft",
            "name": "Soft Citrine Dusk",
            "colors": [
                "#F5EEE6",
                "#FFF8E3",
                "#F3D7CA",
                "#E6A4B4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.258082Z"
        },
        {
            "id": 250,
            "id_string": "000000-ffffff-ff004d-00e436-8989otgoo",
            "name": "4-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF004D",
                "#00E436"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.824336Z"
        },
        {
            "id": 928,
            "id_string": "fcf9ea-badfdb-ffa4a4-ffbdbd-huedrift",
            "name": "Cloud Ruby Harbor",
            "colors": [
                "#FCF9EA",
                "#BADFDB",
                "#FFA4A4",
                "#FFBDBD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.331453Z"
        }
    ]
}