Skip to contents

uci_2 provides the seven secondary colors of the University of California, Irvine, USA.

Usage

uci_2

Format

An object of class character of length 7.

Source

Color definitions are based on UCIrvine's brand guide.

Value

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

Details

The 7 secondary colors are "light blue" (defined as HEX #6aa2b8), "light gray" (defined as HEX #c6beb5), "dark blue" (defined as HEX #1b3d6d), "orange" (defined as HEX #f78d2d), "light yellow" (defined as HEX #f7eb5f), "dark gray" (defined as HEX #555759), and "lime green" (defined as HEX #7ab800).

uci_2 uses the HEX color definitions.

Colors from the secondary color palette may be used as complements to the primary palette (see uci_1).

To be used in all non-patient-facing material.

Author

unicol, 2320-07-13.

Examples

uci_2
#>   light blue   light gray    dark blue       orange light yellow    dark gray 
#>    "#6aa2b8"    "#c6beb5"    "#1b3d6d"    "#f78d2d"    "#f7eb5f"    "#555759" 
#>   lime green 
#>    "#7ab800" 
unikn::seecol(uci_2, main = "Secondary colors of UC Irvine")  # view palette