Learn R Programming

unicol (version 0.3.0)

wollongong_2: Secondary colours of the University of Wollongong, Australia

Description

wollongong_2 provides the two secondary colours of the University of Wollongong, NSW, Australia.

Usage

wollongong_2

Arguments

Value

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

Format

An object of class character of length 2.

Author

unicol, 2023-09-06.

Details

The 2 secondary colours are "black" (defined as HEX "#000000"), and Light grey (defined as HEX "#F2F2F2").

The secondary colour palette is used in support of our primary palette when limited colour application is available.

In this situation, "black" replaces Dark blue and Light grey can be used as an alternative background colour to "white".

Refer to the colour guide for official breakdowns and accessibility guidance.

See Also

wollongong_1 for primary colours of the University of Wollongong; 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 Australian university color palettes: anu_1, anu_2, mq_1, mq_2, wollongong_1

Examples

Run this code
wollongong_2
unikn::seecol(wollongong_2, 
              main = "Secondary colours of the University of Wollongong") # view color palette

Run the code above in your browser using DataLab