An object of class character of length 4.
Source
Color definitions are based on the
doc title (HTML or PDF).
Value
A named vector of colors (HEX/HTML codes of type character).
Details
The 4 primary colors of the University of Example are
"Uni pink" (defined as HEX "#E0607E"),
"bright grey" (defined as HEX "#CCCCCC"),
"dark gray" (defined as HEX "#4C4C4C"), and
"black" (defined as the R color "black" or HEX "#000000").
example uses the HEX color definitions.
See also
seecol for viewing and comparing color palettes;
usecol for using color palettes;
simcol for finding similar colors;
newpal for defining new color palettes;
grepal for finding named colors.
Author
unicol, 2023-10-15.
Examples
example
#> Uni pink bright grey dark gray black
#> "#E0607E" "#CCCCCC" "#4C4C4C" "black"
unikn::seecol(example, main = "Colors of the University of Example") # view color palette
unikn::demopal(example, main = "Illustrating the colors of Example") # demo color palette