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=name&page=34
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=name&page=35",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=33"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 443,
            "id_string": "f3c5c5-c1a3a3-886f6f-694e4e-swatchbird",
            "name": "Cool Ruby Dusk",
            "colors": [
                "#F3C5C5",
                "#C1A3A3",
                "#886F6F",
                "#694E4E"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.505208Z"
        },
        {
            "id": 844,
            "id_string": "6c4a4a-c89595-ddbebe-ededed-minthaze",
            "name": "Cool Ruby Tide",
            "colors": [
                "#6C4A4A",
                "#C89595",
                "#DDBEBE",
                "#EDEDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.916874Z"
        },
        {
            "id": 590,
            "id_string": "6482ad-7fa1c3-e2dad6-f5eded-candytone",
            "name": "Cool Sky Glow",
            "colors": [
                "#6482AD",
                "#7FA1C3",
                "#E2DAD6",
                "#F5EDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.289503Z"
        },
        {
            "id": 618,
            "id_string": "1c3879-607eaa-eae3d2-f9f5eb-coloreef",
            "name": "Cool Sky Mist",
            "colors": [
                "#1C3879",
                "#607EAA",
                "#EAE3D2",
                "#F9F5EB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.429421Z"
        },
        {
            "id": 672,
            "id_string": "181d31-678983-e6ddc4-f0e9d2-tonecraft",
            "name": "Cool Sunbeam Grove",
            "colors": [
                "#181D31",
                "#678983",
                "#E6DDC4",
                "#F0E9D2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.720150Z"
        },
        {
            "id": 411,
            "id_string": "395144-4e6c50-aa8b56-f0ebce-palettepup",
            "name": "Cool Sunbeam Hush",
            "colors": [
                "#395144",
                "#4E6C50",
                "#AA8B56",
                "#F0EBCE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.355458Z"
        },
        {
            "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": 703,
            "id_string": "232931-393e46-4ecca3-eeeeee-huedrift",
            "name": "Cool Teal Haze",
            "colors": [
                "#232931",
                "#393E46",
                "#4ECCA3",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.869120Z"
        },
        {
            "id": 1187,
            "id_string": "1b3c53-456882-d2c1b6-f9f3ef-coloreef",
            "name": "Cool Tide Hush",
            "colors": [
                "#1B3C53",
                "#456882",
                "#D2C1B6",
                "#F9F3EF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.772874Z"
        },
        {
            "id": 924,
            "id_string": "3f3b6c-624f82-9f73ab-a3c7d6-studiomochi",
            "name": "Cool Tide Sunset",
            "colors": [
                "#3F3B6C",
                "#624F82",
                "#9F73AB",
                "#A3C7D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.312893Z"
        }
    ]
}