Skip to contents

ucsd_2 provides six accent colors of the UCSD, UC San Diego, University of California, USA.

Usage

ucsd_2

Format

An object of class character of length 6.

Source

Color definitions are based on UCSD's Color manual.

Value

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

Details

The 6 accent colors are "turquoise" (defined as CMYK 70/0/16/0, RGB R0/198/215, HEX #00C6D7), "magenta" (defined as CMYK 13/83/0/0, RGB R212/98/173, HEX #D462AD), "sand" (defined as CMYK 4/6/10/0, RGB R245/240/230, HEX #F5F0E6), "citron" (defined as CMYK 3/0/90/0, RGB R243/229/0, HEX #F3E500), "orange" (defined as CMYK 0/51/100/0, RGB R252/137/0, HEX #FC8900), and "green" (defined as CMYK 60/23/92/5, RGB R110/150/59, HEX #6E963B).

ucsd_2 uses the HEX color definitions.

UCSD's palette of accent colors have been developed to add energy to and amplify the UC San Diego brand.

Inspired by our vibrant natural surroundings, accent colors can be used in conjunction with our core colors to create materials that push boundaries while still recognizable as UC San Diego.

Author

unicol, 2023-06-16.

Examples

ucsd_2
#> turquoise   magenta      sand    citron    orange     green 
#> "#00C6D7" "#D462AD" "#F5F0E6" "#F3E500" "#FC8900" "#6E963B" 
unikn::seecol(ucsd_2, main = "The accent colors of UCSD") # view color palette