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=created&page=51
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=created&page=52",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=50"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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": 503,
            "id_string": "937dc2-c689c6-ffabe1-ffe6f7-tonecraft",
            "name": "Vivid Mauve Sunset",
            "colors": [
                "#937DC2",
                "#C689C6",
                "#FFABE1",
                "#FFE6F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.791751Z"
        },
        {
            "id": 504,
            "id_string": "ecf9ff-fffbeb-ffe7cc-f8cba6-hexharbor",
            "name": "Pale Aqua Sunset",
            "colors": [
                "#ECF9FF",
                "#FFFBEB",
                "#FFE7CC",
                "#F8CBA6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.796520Z"
        },
        {
            "id": 505,
            "id_string": "ff204e-a0153e-5d0e41-00224d-mossyhex",
            "name": "Blush Dawn",
            "colors": [
                "#FF204E",
                "#A0153E",
                "#5D0E41",
                "#00224D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.801072Z"
        },
        {
            "id": 506,
            "id_string": "ede4e0-c8dbbe-9f8772-665a48-pixelpine",
            "name": "Lime Dusk",
            "colors": [
                "#EDE4E0",
                "#C8DBBE",
                "#9F8772",
                "#665A48"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.805706Z"
        },
        {
            "id": 507,
            "id_string": "faf3f0-d4e2d4-ffcacc-dbc4f0-studiomochi",
            "name": "Soft Blush Drift",
            "colors": [
                "#FAF3F0",
                "#D4E2D4",
                "#FFCACC",
                "#DBC4F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.810291Z"
        },
        {
            "id": 508,
            "id_string": "483434-6b4f4f-eed6c4-fff3e4-nordichue",
            "name": "Neon Coral Tide",
            "colors": [
                "#483434",
                "#6B4F4F",
                "#EED6C4",
                "#FFF3E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.815154Z"
        },
        {
            "id": 509,
            "id_string": "ffb6b6-fde2e2-aacfcf-679b9b-tonecraft",
            "name": "Electric Crimson Bloom",
            "colors": [
                "#FFB6B6",
                "#FDE2E2",
                "#AACFCF",
                "#679B9B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.819658Z"
        },
        {
            "id": 510,
            "id_string": "12372a-436850-adbc9f-fbfada-duskpixel",
            "name": "Sunbeam Dusk",
            "colors": [
                "#12372A",
                "#436850",
                "#ADBC9F",
                "#FBFADA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.824723Z"
        },
        {
            "id": 511,
            "id_string": "fff5eb-deedf0-f4c7ab-b2b8a3-huedrift",
            "name": "Pale Coral Glow",
            "colors": [
                "#FFF5EB",
                "#DEEDF0",
                "#F4C7AB",
                "#B2B8A3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.829679Z"
        }
    ]
}