Learn R Programming

unicol (version 0.3.0)

waikato: Colours of the University of Waikato, NZ

Description

waikato provides the eight official web colours of the University of Waikato, New Zealand.

Usage

waikato

Arguments

Value

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

Format

An object of class character of length 8.

Author

unicol, 2023-07-05.

Details

The 8 official web colours are "Waikato light red" (defined as HEX #D40100), "Waikato medium red" (defined as HEX #BE0403), "Waikato dark red" (defined as HEX #AA0000), "Waikato light yellow" (defined as HEX #FAA61A), "Waikato darker yellow" (defined as HEX #E79000), "Waikato dark grey" (defined as HEX #353535), "Waikato blue grey" (defined as HEX #32373D), and "Waikato light grey" (defined as HEX #F2F2F2).

waikato 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.

Other New Zealand university color palettes: auckland_1, auckland_2, otago

Examples

Run this code
waikato
unikn::seecol(waikato, main = "Colors of the University of Waikato") # view colour palettes

Run the code above in your browser using DataLab