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=27
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=28",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=26"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 564,
            "id_string": "a1ccd1-f4f2de-e9b384-7c9d96-nordichue",
            "name": "Cool Amber Hush",
            "colors": [
                "#A1CCD1",
                "#F4F2DE",
                "#E9B384",
                "#7C9D96"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.165687Z"
        },
        {
            "id": 947,
            "id_string": "161616-346751-c84b31-ecdbba-swatchbird",
            "name": "Rose Bay",
            "colors": [
                "#161616",
                "#346751",
                "#C84B31",
                "#ECDBBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.501132Z"
        },
        {
            "id": 502,
            "id_string": "dff4f3-dde7f2-b9bbdf-878ecd-tonecraft",
            "name": "Cloud Lagoon Harbor",
            "colors": [
                "#DFF4F3",
                "#DDE7F2",
                "#B9BBDF",
                "#878ECD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.785260Z"
        },
        {
            "id": 570,
            "id_string": "dbd0c0-faeee0-f9e4c8-f9cf93-studiomochi",
            "name": "Cloud Amber Field",
            "colors": [
                "#DBD0C0",
                "#FAEEE0",
                "#F9E4C8",
                "#F9CF93"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.193441Z"
        },
        {
            "id": 925,
            "id_string": "fff5e0-ff6969-c70039-141e46-pixelpine",
            "name": "Vivid Amber Drift",
            "colors": [
                "#FFF5E0",
                "#FF6969",
                "#C70039",
                "#141E46"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.317379Z"
        },
        {
            "id": 1092,
            "id_string": "ffa41b-000839-005082-00a8cc-mossyhex",
            "name": "Coral Dusk",
            "colors": [
                "#FFA41B",
                "#000839",
                "#005082",
                "#00A8CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.319647Z"
        },
        {
            "id": 806,
            "id_string": "0079ff-00dfa2-f6fa70-ff0060-studiomochi",
            "name": "Neon Cobalt Hush",
            "colors": [
                "#0079FF",
                "#00DFA2",
                "#F6FA70",
                "#FF0060"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.373400Z"
        },
        {
            "id": 436,
            "id_string": "a0c49d-c4d7b2-e1ecc8-f7ffe5-huedrift",
            "name": "Soft Meadow Meadow",
            "colors": [
                "#A0C49D",
                "#C4D7B2",
                "#E1ECC8",
                "#F7FFE5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.473199Z"
        },
        {
            "id": 983,
            "id_string": "e8ecf1-b5cfd8-7393a7-6c737e-nordichue",
            "name": "Warm Tide Drift",
            "colors": [
                "#E8ECF1",
                "#B5CFD8",
                "#7393A7",
                "#6C737E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.805753Z"
        },
        {
            "id": 612,
            "id_string": "142850-27496d-00909e-dae1e7-mossyhex",
            "name": "Vivid Tide Hush",
            "colors": [
                "#142850",
                "#27496D",
                "#00909E",
                "#DAE1E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.394285Z"
        }
    ]
}