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=40
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=41",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=39"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 754,
            "id_string": "ffe6eb-defcfc-cbf1f5-a6e3e9-palettepup",
            "name": "Pastel Rose Sunset",
            "colors": [
                "#FFE6EB",
                "#DEFCFC",
                "#CBF1F5",
                "#A6E3E9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.119224Z"
        },
        {
            "id": 423,
            "id_string": "eac696-c8ae7d-765827-65451f-palettepup",
            "name": "Cool Ember Bloom",
            "colors": [
                "#EAC696",
                "#C8AE7D",
                "#765827",
                "#65451F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.413232Z"
        },
        {
            "id": 751,
            "id_string": "ff731d-fff7e9-5f9df7-1746a2-mossyhex",
            "name": "Electric Coral Veil",
            "colors": [
                "#FF731D",
                "#FFF7E9",
                "#5F9DF7",
                "#1746A2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.105246Z"
        },
        {
            "id": 1127,
            "id_string": "f0f0f0-213555-4f709c-e5d283-duskpixel",
            "name": "Warm Gold Dusk",
            "colors": [
                "#F0F0F0",
                "#213555",
                "#4F709C",
                "#E5D283"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.483698Z"
        },
        {
            "id": 890,
            "id_string": "dbe9b7-fdfdf6-f4dada-b8b2a6-pixelpine",
            "name": "Cloud Honey Sunset",
            "colors": [
                "#DBE9B7",
                "#FDFDF6",
                "#F4DADA",
                "#B8B2A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.149253Z"
        },
        {
            "id": 444,
            "id_string": "ffe6e6-e1afd1-ad88c6-7469b6-candytone",
            "name": "Neon Ruby Drift",
            "colors": [
                "#FFE6E6",
                "#E1AFD1",
                "#AD88C6",
                "#7469B6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.509861Z"
        },
        {
            "id": 908,
            "id_string": "fff7d1-ffecc8-ffd09b-ffb0b0-retroswatch",
            "name": "Soft Gold Glow",
            "colors": [
                "#FFF7D1",
                "#FFECC8",
                "#FFD09B",
                "#FFB0B0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.236091Z"
        },
        {
            "id": 755,
            "id_string": "f4abc4-595b83-333456-060930-cobaltcat",
            "name": "Vivid Ocean Mist",
            "colors": [
                "#F4ABC4",
                "#595B83",
                "#333456",
                "#060930"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.123887Z"
        },
        {
            "id": 752,
            "id_string": "393e46-6d9886-f2e7d5-f7f7f7-palettepup",
            "name": "Amber Glow",
            "colors": [
                "#393E46",
                "#6D9886",
                "#F2E7D5",
                "#F7F7F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.109978Z"
        },
        {
            "id": 712,
            "id_string": "002b5b-2b4865-256d85-8fe3cf-cobaltcat",
            "name": "Twilight Sky Dream",
            "colors": [
                "#002B5B",
                "#2B4865",
                "#256D85",
                "#8FE3CF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.910456Z"
        }
    ]
}