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

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

{
    "name": "5-color palette",
    "colors": [
        "#FEFEFE",
        "#232127",
        "#FE9003",
        "#AF5301",
        "#E1E1E3"
    ]
}