simple cli to make hsl gradients out of hex color keypoints
hsl-gradient --gradient-length <length> --colors <"<hex color 1> <hex color 2> ... <hex color n>"> [--inline-colors]
a # before colors is optional, colors are case-insensitive
inline colors is optional, false by default
hsl-gradient --gradient-length 10 --colors "#ff0000 #0000ff"
hsl-gradient --gradient-length 16 --colors "bg4215 5ccdc1" --inline-colors
hsl-gradient --gradient-length 32 --colors "A3CD5C CD855C B45CCD"
made with 🤍 by thornium


