Skip to contents

uni_konstanz_1 provides the default color palette of the University of Konstanz, Germany.

Usage

uni_konstanz_1

Format

An object of class character of length 11.

Source

R package unikn, retrieved from https://CRAN.R-project.org/package=unikn, doi doi:10.5281/zenodo.7096191 .

Original color definitions are based on uni.kn's Corporate design and Colours for complex graphics pages.

Value

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

Details

The R package unikn (at https://CRAN.R-project.org/package=unikn) provides many additional color palettes for the University of Konstanz.

Author

unicol, 2022-12-30.

Examples

uni_konstanz_1
#>  seeblau5  seeblau4  seeblau3  seeblau2  seeblau1     white  seegrau1  seegrau2 
#> "#008ECE" "#00A9E0" "#59C7EB" "#A6E1F4" "#CCEEF9" "#FFFFFF" "#E5E5E5" "#CCCCCC" 
#>  seegrau3  seegrau4     black 
#> "#999999" "#666666" "#000000" 
unikn::seecol(uni_konstanz_1, main = "Default colors of the University of Konstanz")

unikn::demopal(uni_konstanz_1, type = 4, main = "Using Uni Konstanz colors", seed = 1)