View source: R/get_nhs_colour_tints.R
get_nhs_colour_tints | R Documentation |
This function returns tints of the NHS identity colours
get_nhs_colour_tints(tints, ..., section = NULL)
tints |
a vector of numbers between 0 and 1 for the percentage colour tint to use |
... |
optional names of the colours to return |
section |
optional, name of the colour sections to use |
named vector of hexadecimal strings of colours
get_nhs_colour_tints(seq(0.0,0.8,0.2))
get_nhs_colour_tints(seq(0.0,0.8,0.2), "Blue", "Red")
get_nhs_colour_tints(seq(0.0,0.8,0.2), section = "blues")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.