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=46
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=47",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=45"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 902,
            "id_string": "f6f6f6-c7ffd8-98ded9-161d6f-coloreef",
            "name": "Vivid Forest Meadow",
            "colors": [
                "#F6F6F6",
                "#C7FFD8",
                "#98DED9",
                "#161D6F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.207712Z"
        },
        {
            "id": 901,
            "id_string": "effffd-b8fff9-85f4ff-42c2ff-paperfox",
            "name": "Pastel Teal Mist",
            "colors": [
                "#EFFFFD",
                "#B8FFF9",
                "#85F4FF",
                "#42C2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.203139Z"
        },
        {
            "id": 900,
            "id_string": "ffcc70-fffadd-8ecddd-22668d-swatchbird",
            "name": "Neon Apricot Glow",
            "colors": [
                "#FFCC70",
                "#FFFADD",
                "#8ECDDD",
                "#22668D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.198500Z"
        },
        {
            "id": 899,
            "id_string": "f9f9f9-ffe0ac-ffacb7-6886c5-tonecraft",
            "name": "Pastel Coral Hush",
            "colors": [
                "#F9F9F9",
                "#FFE0AC",
                "#FFACB7",
                "#6886C5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.193701Z"
        },
        {
            "id": 898,
            "id_string": "071952-088395-37b7c3-ebf4f6-hexharbor",
            "name": "Vivid Aqua Breeze",
            "colors": [
                "#071952",
                "#088395",
                "#37B7C3",
                "#EBF4F6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.186451Z"
        },
        {
            "id": 897,
            "id_string": "c8c6a7-92967d-6e7c7c-435560-minthaze",
            "name": "Warm Honey Haze",
            "colors": [
                "#C8C6A7",
                "#92967D",
                "#6E7C7C",
                "#435560"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.181533Z"
        },
        {
            "id": 896,
            "id_string": "937dc2-c689c6-e8a0bf-fcc5c0-studiomochi",
            "name": "Vivid Rose Grove",
            "colors": [
                "#937DC2",
                "#C689C6",
                "#E8A0BF",
                "#FCC5C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.176913Z"
        },
        {
            "id": 895,
            "id_string": "f0ff42-82cd47-54b435-379237-candytone",
            "name": "Electric Gold Tide",
            "colors": [
                "#F0FF42",
                "#82CD47",
                "#54B435",
                "#379237"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.172320Z"
        },
        {
            "id": 894,
            "id_string": "ff6464-ff8264-ffaa64-fff5a5-cobaltcat",
            "name": "Crimson Tide",
            "colors": [
                "#FF6464",
                "#FF8264",
                "#FFAA64",
                "#FFF5A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.167802Z"
        },
        {
            "id": 893,
            "id_string": "fff9d0-caf4ff-a0deff-5ab2ff-paperfox",
            "name": "Soft Honey Glow",
            "colors": [
                "#FFF9D0",
                "#CAF4FF",
                "#A0DEFF",
                "#5AB2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.163281Z"
        }
    ]
}