Export the palette as hex (.hex) / GIMP (.gpl) / PNG strip / JSON. Bumps download_count (and re-blends score).

GET /coloring/palettes/501/download/?ext=json
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Soft Indigo Sunset",
    "colors": [
        "#F3F1F5",
        "#F0D9FF",
        "#BFA2DB",
        "#7F7C82"
    ]
}