Skip to contents

asu_1 provides the four primary colors of the Arizona State University, USA.

Usage

asu_1

Format

An object of class character of length 4.

Source

Color definitions are based on ASU's brand guide.

Value

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

Details

The 4 primary colors are "ASU maroon" (defined as HEX #8C1D40), "ASU gold" (defined as HEX #FFC627), "black" (defined as HEX #000000), and "white" (defined as HEX #FFFFFF).

asu_1 uses the HEX color definitions.

Author

unicol, 2023-07-13.

Examples

asu_1
#> ASU maroon   ASU gold      black      white 
#>  "#8C1D40"  "#FFC627"  "#000000"  "#FFFFFF" 
unikn::seecol(asu_1, col_bg = "gray90", 
              main = "The colors of Arizona State University (ASU)")