get_brand_color_tint()
generates a range of tints (color variations) for a
specific brand color, from black (position 0) through the brand color
(position 500) to white (position 1000).
Arguments
- position
(Optional) A
numeric
vector indicating the position of the brand color in the range of tints. The range of positions is from0
to1000
(Default:500
).- color
(Optional) A
character
string indicating the name of a color present in thecolor
section of the_brand.yml
file (Default:"primary"
).
Value
A character
vector with
hexadecimal color codes.
See also
Other utility functions:
get_brand_color()
,
get_brand_color_mix()
,
get_brand_font()