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

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

{
    "name": "Koala",
    "colors": [
        "#9C9B96",
        "#252621",
        "#B88254",
        "#483429",
        "#A4A097",
        "#A77248",
        "#89867F",
        "#DDCBB3",
        "#686868",
        "#48A240",
        "#42783C",
        "#5C542F",
        "#8C603B",
        "#6AB652",
        "#355434"
    ]
}