lmu_pal_3 provides five accent colors of the Ludwig-Maximilians-Universität München, Germany.

lmu_pal_3

Format

An object of class character of length 5.

Source

Color definitions are based on the LMU brand guide.

Value

A named vector of colors (HEX/HTML codes of type character).

Details

The accent colors of lmu_pal_3 are used sparsely in combination with the primary colors of lmu_pal_1 and the secondary colors of lmu_pal_2.

Author

unikn, 2022-12-02.

Examples

lmu_pal_3
#>      blau      cyan   violett       rot    orange 
#> "#0F1987" "#009FE3" "#8C4091" "#D71919" "#F18700" 
seecol(lmu_pal_3, main = "Accent colors of the LMU München")  # view color palette 

demopal(lmu_pal_3, type = 3, main = "Accent colors of LMU Munich")