Skip to contents

asu_2 provides the seven secondary colors of the Arizona State University, USA.

Usage

asu_2

Format

An object of class character of length 7.

Source

Color definitions are based on ASU's brand guide.

Value

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

Details

The 7 secondary colors are "ASU green" (defined as HEX #78BE20), "ASU blue" (defined as HEX #00A3E0), "ASU orange" (defined as HEX #FF7F32), "ASU gray" (defined as HEX #747474), "ASU copper" (defined as HEX #Af674B), "ASU turquoise" (defined as HEX #4AB7C4), and "ASU pink" (defined as HEX #E74973).

asu_2 uses the HEX color definitions.

Author

unicol, 2320-07-13.

Examples

asu_2
#>     ASU green      ASU blue    ASU orange      ASU gray    ASU copper 
#>     "#78BE20"     "#00A3E0"     "#FF7F32"     "#747474"     "#Af674B" 
#> ASU turquoise      ASU pink 
#>     "#4AB7C4"     "#E74973" 
unikn::seecol(asu_2, 
              main = "Secondary colors of Arizona State University (ASU)")