Learn R Programming

unicol (version 0.3.0)

anu_2: Font colours of Australian National University, Australia

Description

anu_2 provides the four font colors of the Australian National University, Canberra, Australia.

Usage

anu_2

Arguments

Value

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

Format

An object of class character of length 4.

Author

unicol, 2023-09-04.

Details

ANU's primary colour is ANU gold, defined as HEX "#BE830E", but the default font colour is "black", or HEX "#000000".

ANU has several alternative font colours that are approved to use on ANU websites. See ANU's Web Style Guide: Text for corresponding class names.

Please ensure that any combination of font and background colours passes the WCAG 2.1 accessibility check. (see the Accessibility section for approved colour combinations).

See Also

anu_1 for background colours of Australian National University; 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, mq_1, mq_2, wollongong_1, wollongong_2

Examples

Run this code
anu_2
unikn::seecol(anu_2, col_bg = "grey95", 
              main = "Font colours of the Australian National University (ANU)")

Run the code above in your browser using DataLab