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=94
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=95",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=93"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 422,
            "id_string": "3c6255-61876e-a6bb8d-eae7b1-paperfox",
            "name": "Sunbeam Dream",
            "colors": [
                "#3C6255",
                "#61876E",
                "#A6BB8D",
                "#EAE7B1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.408284Z"
        },
        {
            "id": 421,
            "id_string": "1a120b-3c2a21-d5cea3-e5e5cb-paperfox",
            "name": "Coral Field",
            "colors": [
                "#1A120B",
                "#3C2A21",
                "#D5CEA3",
                "#E5E5CB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.403589Z"
        },
        {
            "id": 420,
            "id_string": "a79277-d1bb9e-ead8c0-fff2e1-hexharbor",
            "name": "Vivid Coral Glow",
            "colors": [
                "#A79277",
                "#D1BB9E",
                "#EAD8C0",
                "#FFF2E1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.399036Z"
        },
        {
            "id": 419,
            "id_string": "142850-27496d-0c7b93-00a8cc-tonecraft",
            "name": "Dusk Tide Dream",
            "colors": [
                "#142850",
                "#27496D",
                "#0C7B93",
                "#00A8CC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.394456Z"
        },
        {
            "id": 418,
            "id_string": "a8e6cf-dcedc1-ffd3b6-ffaaa5-coloreef",
            "name": "Pastel Amber Drift",
            "colors": [
                "#A8E6CF",
                "#DCEDC1",
                "#FFD3B6",
                "#FFAAA5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.389988Z"
        },
        {
            "id": 417,
            "id_string": "f1f6f9-394867-212a3e-9ba4b5-duskpixel",
            "name": "Cool Aqua Veil",
            "colors": [
                "#F1F6F9",
                "#394867",
                "#212A3E",
                "#9BA4B5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.385166Z"
        },
        {
            "id": 416,
            "id_string": "000000-52057b-892cdc-bc6ff1-minthaze",
            "name": "Twilight Indigo Field",
            "colors": [
                "#000000",
                "#52057B",
                "#892CDC",
                "#BC6FF1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.380234Z"
        },
        {
            "id": 415,
            "id_string": "b5c0d0-ccd3ca-f5e8dd-eed3d9-cobaltcat",
            "name": "Pastel Ember Veil",
            "colors": [
                "#B5C0D0",
                "#CCD3CA",
                "#F5E8DD",
                "#EED3D9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.375576Z"
        },
        {
            "id": 414,
            "id_string": "d14d72-ffabab-fcc8d1-fef2f4-retroswatch",
            "name": "Cloud Crimson Breeze",
            "colors": [
                "#D14D72",
                "#FFABAB",
                "#FCC8D1",
                "#FEF2F4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.370867Z"
        },
        {
            "id": 413,
            "id_string": "7d5a5a-f1d1d1-f3e1e1-faf2f2-cobaltcat",
            "name": "Pastel Ruby Bloom",
            "colors": [
                "#7D5A5A",
                "#F1D1D1",
                "#F3E1E1",
                "#FAF2F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.364811Z"
        }
    ]
}