This function shows the tints of a colour from the Nhs Theme

show_nhs_theme_colour_tints(tints, colour)

Arguments

tints

a vector of numbers between 0 and 1 that represents the percentage tints required

colour

the name of the colour to show tints of

Value

named vector of hexadecimal strings of colours

Examples

show_nhs_theme_colour_tints(seq(0,1,0.1), "Blue")