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=44
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=45",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=43"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 922,
            "id_string": "0c0c0c-481e14-9b3922-f2613f-minthaze",
            "name": "Dusk Ruby Sunset",
            "colors": [
                "#0C0C0C",
                "#481E14",
                "#9B3922",
                "#F2613F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.303556Z"
        },
        {
            "id": 921,
            "id_string": "ff9b9b-ffd6a5-fffec4-cbffa9-nordichue",
            "name": "Soft Ruby Hush",
            "colors": [
                "#FF9B9B",
                "#FFD6A5",
                "#FFFEC4",
                "#CBFFA9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.299086Z"
        },
        {
            "id": 920,
            "id_string": "d68060-f1ae89-dff3e3-86aba1-tonecraft",
            "name": "Amber Dusk",
            "colors": [
                "#D68060",
                "#F1AE89",
                "#DFF3E3",
                "#86ABA1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.294489Z"
        },
        {
            "id": 919,
            "id_string": "e14d2a-fd841f-3e6d9c-001253-huedrift",
            "name": "Vivid Azure Hush",
            "colors": [
                "#E14D2A",
                "#FD841F",
                "#3E6D9C",
                "#001253"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.290009Z"
        },
        {
            "id": 918,
            "id_string": "cdf0ea-f9f9f9-f6c6ea-faf4b7-pixelpine",
            "name": "Soft Citrine Tide",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#F6C6EA",
                "#FAF4B7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.285250Z"
        },
        {
            "id": 917,
            "id_string": "254336-6b8a7a-b7b597-dad3be-studiomochi",
            "name": "Cool Teal Glow",
            "colors": [
                "#254336",
                "#6B8A7A",
                "#B7B597",
                "#DAD3BE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.280598Z"
        },
        {
            "id": 916,
            "id_string": "163020-304d30-b6c4b6-eef0e5-hexharbor",
            "name": "Forest Sunset",
            "colors": [
                "#163020",
                "#304D30",
                "#B6C4B6",
                "#EEF0E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.275612Z"
        },
        {
            "id": 915,
            "id_string": "3b1e54-9b7ebd-d4bee4-eeeeee-nordichue",
            "name": "Cool Iris Bay",
            "colors": [
                "#3B1E54",
                "#9B7EBD",
                "#D4BEE4",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.270922Z"
        },
        {
            "id": 914,
            "id_string": "f97b22-fee8b0-9ca777-7c9070-huedrift",
            "name": "Electric Apricot Haze",
            "colors": [
                "#F97B22",
                "#FEE8B0",
                "#9CA777",
                "#7C9070"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.266133Z"
        },
        {
            "id": 913,
            "id_string": "a7d2cb-f2d388-c98474-874c62-coloreef",
            "name": "Electric Amber Harbor",
            "colors": [
                "#A7D2CB",
                "#F2D388",
                "#C98474",
                "#874C62"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.261074Z"
        }
    ]
}