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=usage_count&page=84
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=usage_count&page=85",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=83"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1034,
            "id_string": "277bc0-ffb200-ffcb42-fff4cf-candytone",
            "name": "Apricot Tide",
            "colors": [
                "#277BC0",
                "#FFB200",
                "#FFCB42",
                "#FFF4CF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.048281Z"
        },
        {
            "id": 1030,
            "id_string": "00af91-007965-f58634-ffcc29-paperfox",
            "name": "Vivid Lagoon Breeze",
            "colors": [
                "#00AF91",
                "#007965",
                "#F58634",
                "#FFCC29"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.030231Z"
        },
        {
            "id": 1025,
            "id_string": "f3f4ed-536162-424642-c06014-huedrift",
            "name": "Vivid Amber Dusk",
            "colors": [
                "#F3F4ED",
                "#536162",
                "#424642",
                "#C06014"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.007686Z"
        },
        {
            "id": 299,
            "id_string": "000000-ffffff-ff0000-05a305-ffff00-ff00ff-00ffff-ffa500-20b15197-shrecklings",
            "name": "nuclear momb",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#05A305",
                "#FFFF00",
                "#FF00FF",
                "#00FFFF",
                "#FFA500",
                "#008002",
                "#009903",
                "#B30000",
                "#DB0000"
            ],
            "color_count": 12,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.205823Z"
        },
        {
            "id": 1028,
            "id_string": "ccd5ae-e0e5b6-faedce-fefae0-hexharbor",
            "name": "Soft Sunbeam Hush",
            "colors": [
                "#CCD5AE",
                "#E0E5B6",
                "#FAEDCE",
                "#FEFAE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.021092Z"
        },
        {
            "id": 542,
            "id_string": "fcf8ec-d0e8f2-79a3b1-456268-paperfox",
            "name": "Neon Apricot Veil",
            "colors": [
                "#FCF8EC",
                "#D0E8F2",
                "#79A3B1",
                "#456268"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.057636Z"
        },
        {
            "id": 534,
            "id_string": "756ab6-ac87c5-e0aed0-ffe5e5-pixelpine",
            "name": "Vivid Rose Dawn",
            "colors": [
                "#756AB6",
                "#AC87C5",
                "#E0AED0",
                "#FFE5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.015401Z"
        },
        {
            "id": 1042,
            "id_string": "35477d-6c5b7b-c06c84-f67280-paperfox",
            "name": "Vivid Rose Mist",
            "colors": [
                "#35477D",
                "#6C5B7B",
                "#C06C84",
                "#F67280"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.087978Z"
        },
        {
            "id": 927,
            "id_string": "021526-03346e-6eacda-e2e2b6-swatchbird",
            "name": "Ocean Dusk",
            "colors": [
                "#021526",
                "#03346E",
                "#6EACDA",
                "#E2E2B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.326670Z"
        },
        {
            "id": 1053,
            "id_string": "820000-4e6c50-f2deba-faecd6-palettepup",
            "name": "Neon Ruby Harbor",
            "colors": [
                "#820000",
                "#4E6C50",
                "#F2DEBA",
                "#FAECD6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.138194Z"
        }
    ]
}