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=108
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=109",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=107"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1072,
            "id_string": "f4f9f4-c4e3cb-8aae92-616161-palettepup",
            "name": "Cool Pine Dream",
            "colors": [
                "#F4F9F4",
                "#C4E3CB",
                "#8AAE92",
                "#616161"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.227493Z"
        },
        {
            "id": 1073,
            "id_string": "e8505b-f9d56e-f3ecc2-14b1ab-candytone",
            "name": "Electric Ember Dawn",
            "colors": [
                "#E8505B",
                "#F9D56E",
                "#F3ECC2",
                "#14B1AB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.232430Z"
        },
        {
            "id": 1074,
            "id_string": "8c0000-bd2000-fa1e0e-ffbe0f-duskpixel",
            "name": "Scarlet Dawn",
            "colors": [
                "#8C0000",
                "#BD2000",
                "#FA1E0E",
                "#FFBE0F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.237009Z"
        },
        {
            "id": 1075,
            "id_string": "4793af-ffc470-dd5746-8b322c-candytone",
            "name": "Vivid Amber Haze",
            "colors": [
                "#4793AF",
                "#FFC470",
                "#DD5746",
                "#8B322C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.241580Z"
        },
        {
            "id": 1076,
            "id_string": "66bfbf-eaf6f6-fcfefe-f76b8a-retroswatch",
            "name": "Cloud Magenta Dawn",
            "colors": [
                "#66BFBF",
                "#EAF6F6",
                "#FCFEFE",
                "#F76B8A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.246109Z"
        },
        {
            "id": 1077,
            "id_string": "f8ede3-dfd3c3-d0b8a8-c5705d-retroswatch",
            "name": "Cool Coral Dusk",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#C5705D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.250716Z"
        },
        {
            "id": 1078,
            "id_string": "b5c18e-f7dcb9-deac80-b99470-retroswatch",
            "name": "Neon Ember Veil",
            "colors": [
                "#B5C18E",
                "#F7DCB9",
                "#DEAC80",
                "#B99470"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.255337Z"
        },
        {
            "id": 1079,
            "id_string": "100f0f-0f3d3e-e2dcc8-f1f1f1-duskpixel",
            "name": "Warm Aqua Haze",
            "colors": [
                "#100F0F",
                "#0F3D3E",
                "#E2DCC8",
                "#F1F1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.259907Z"
        },
        {
            "id": 1080,
            "id_string": "483838-42855b-90b77d-d2d79f-mossyhex",
            "name": "Warm Fern Glow",
            "colors": [
                "#483838",
                "#42855B",
                "#90B77D",
                "#D2D79F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.264357Z"
        },
        {
            "id": 1081,
            "id_string": "ede6db-417d7a-1d5c63-1a3c40-huedrift",
            "name": "Warm Aqua Bloom",
            "colors": [
                "#EDE6DB",
                "#417D7A",
                "#1D5C63",
                "#1A3C40"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.268983Z"
        }
    ]
}