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=43
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=44",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=42"
    },
    "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": 423,
            "id_string": "eac696-c8ae7d-765827-65451f-palettepup",
            "name": "Cool Ember Bloom",
            "colors": [
                "#EAC696",
                "#C8AE7D",
                "#765827",
                "#65451F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.413232Z"
        },
        {
            "id": 424,
            "id_string": "968c83-d6d2c4-fff5ea-f7dad9-tonecraft",
            "name": "Soft Apricot Haze",
            "colors": [
                "#968C83",
                "#D6D2C4",
                "#FFF5EA",
                "#F7DAD9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.417748Z"
        },
        {
            "id": 425,
            "id_string": "faf3e0-eabf9f-b68973-1e212d-candytone",
            "name": "Vivid Coral Mist",
            "colors": [
                "#FAF3E0",
                "#EABF9F",
                "#B68973",
                "#1E212D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.422221Z"
        },
        {
            "id": 426,
            "id_string": "f4f4f2-e8e8e8-bbbfca-495464-huedrift",
            "name": "Stone Tide",
            "colors": [
                "#F4F4F2",
                "#E8E8E8",
                "#BBBFCA",
                "#495464"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.426814Z"
        },
        {
            "id": 427,
            "id_string": "faf8f1-faeab1-e5ba73-c58940-paperfox",
            "name": "Vivid Gold Dusk",
            "colors": [
                "#FAF8F1",
                "#FAEAB1",
                "#E5BA73",
                "#C58940"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.431848Z"
        },
        {
            "id": 428,
            "id_string": "f5e8c7-deba9d-9e7777-6f4c5b-nordichue",
            "name": "Cool Amber Harbor",
            "colors": [
                "#F5E8C7",
                "#DEBA9D",
                "#9E7777",
                "#6F4C5B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.436555Z"
        },
        {
            "id": 429,
            "id_string": "98ddca-d5ecc2-ffd3b4-ffaaa7-tonecraft",
            "name": "Pale Ember Bloom",
            "colors": [
                "#98DDCA",
                "#D5ECC2",
                "#FFD3B4",
                "#FFAAA7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.441076Z"
        },
        {
            "id": 430,
            "id_string": "faf1e4-cedebd-9eb384-435334-palettepup",
            "name": "Cool Coral Grove",
            "colors": [
                "#FAF1E4",
                "#CEDEBD",
                "#9EB384",
                "#435334"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.445681Z"
        },
        {
            "id": 431,
            "id_string": "fdeedc-ffd8a9-f1a661-e38b29-minthaze",
            "name": "Electric Apricot Dusk",
            "colors": [
                "#FDEEDC",
                "#FFD8A9",
                "#F1A661",
                "#E38B29"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.450110Z"
        }
    ]
}