Skip to contents

uni_ulm_2 provides the four departmental colors of the University of Ulm, Germany.

Usage

uni_ulm_2

Format

An object of class character of length 4.

Source

Color definitions are based on https://www.uni-ulm.de/misc/corporate-design/#c875952.

Value

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

Details

The named colors of uni_ulm_2 correspond to the following departments:

  1. blau: Medizin

  2. rot: Ingenieurwissenschaften, Informatik und Psychologie

  3. gruen: Mathematik und Wirtschaftswissenschaften

  4. orange: Naturwissenschaften

See the ac and usecol functions for creating color gradients.

Author

unicol, 2022-12-30.

Examples

uni_ulm_2
#>      blau       rot     gruen    orange 
#> "#26547C" "#A32638" "#56AA1C" "#DF6D07" 
unikn::seecol(uni_ulm_2, main = "Department colors of the University of Ulm")

unikn::demopal(uni_ulm_2, type = 2, seed = 123,
               main = "Departmental colors of Ulm University")

        
# 5-color gradient:
uni_ulm_5 <- unikn::usecol(c(uni_ulm_2["rot"], "white"), n = 6)[1:5]