Appearance
function alpha(hex, value): string;
Returns a CSS rgba() string for the given hex color with a custom alpha.
rgba()
hex
string
value
number
alpha('#ff6600', 0.5) // => 'rgba(255, 102, 0, 0.5)'
1.0.0