Skip to content

Mute standard colour

Usage

muted(colour, l = 30, c = 70)

Arguments

colour

character vector of colours to modify

l

new luminance

c

new chroma

Examples

muted("red")
#> [1] "#832424"
muted("blue")
#> [1] "#3A3A98"
show_col(c("red", "blue", muted("red"), muted("blue")))