Transform colors from hexadeximal format to rgba hc notation
hex_to_rgba(x, alpha = 1)
x
colors in hexadecimal format
alpha
hex_to_rgba(x <- c("#440154", "#21908C", "#FDE725"))