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=9
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=10",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=8"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1178,
            "id_string": "fde5ec-fcbaad-e48586-916db3-paperfox",
            "name": "Vivid Rose Mist",
            "colors": [
                "#FDE5EC",
                "#FCBAAD",
                "#E48586",
                "#916DB3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.730227Z"
        },
        {
            "id": 1042,
            "id_string": "35477d-6c5b7b-c06c84-f67280-paperfox",
            "name": "Vivid Rose Mist",
            "colors": [
                "#35477D",
                "#6C5B7B",
                "#C06C84",
                "#F67280"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.087978Z"
        },
        {
            "id": 935,
            "id_string": "f8b595-f67280-c06c84-6c5b7c-palettepup",
            "name": "Vivid Rose Meadow",
            "colors": [
                "#F8B595",
                "#F67280",
                "#C06C84",
                "#6C5B7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.384953Z"
        },
        {
            "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": 821,
            "id_string": "ff577f-ff884b-ffc764-cdfffc-tonecraft",
            "name": "Vivid Rose Field",
            "colors": [
                "#FF577F",
                "#FF884B",
                "#FFC764",
                "#CDFFFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.560586Z"
        },
        {
            "id": 811,
            "id_string": "863a6f-975c8d-d989b5-ffadbc-cobaltcat",
            "name": "Vivid Rose Dream",
            "colors": [
                "#863A6F",
                "#975C8D",
                "#D989B5",
                "#FFADBC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.396721Z"
        },
        {
            "id": 534,
            "id_string": "756ab6-ac87c5-e0aed0-ffe5e5-pixelpine",
            "name": "Vivid Rose Dawn",
            "colors": [
                "#756AB6",
                "#AC87C5",
                "#E0AED0",
                "#FFE5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.015401Z"
        },
        {
            "id": 739,
            "id_string": "194350-ff8882-ffc2b4-9dbeb9-tonecraft",
            "name": "Vivid Rose Breeze",
            "colors": [
                "#194350",
                "#FF8882",
                "#FFC2B4",
                "#9DBEB9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.042783Z"
        },
        {
            "id": 1043,
            "id_string": "392467-5d3587-a367b1-ffd1e3-pixelpine",
            "name": "Vivid Rose Breeze",
            "colors": [
                "#392467",
                "#5D3587",
                "#A367B1",
                "#FFD1E3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.092475Z"
        },
        {
            "id": 1257,
            "id_string": "fbf9fa-fd0054-a80038-2b2024-nordichue",
            "name": "Vivid Rose Bloom",
            "colors": [
                "#FBF9FA",
                "#FD0054",
                "#A80038",
                "#2B2024"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.126143Z"
        }
    ]
}