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
numericvector indicating the position of the brand color in the range of tints. The range of positions is from0to1000(Default:500).- color
(Optional) A
characterstring indicating the name of a color present in thecolorsection of the_brand.ymlfile (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()
