Skip to contents

cornell_2 provides the three secondary colors of Cornell University, USA.

Usage

cornell_2

Format

An object of class character of length 3.

Source

Color definitions are based on Cornell's Color manual.

Value

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

Details

The 3 secondary colors are "light gray" (defined as HEX #F7F7F7), "dark warm gray" (defined as HEX #A2998B), and "sea gray" (defined as HEX #9FAD9F).

The neutral hues pair perfectly with the primary palette (see cornell_1). Use these as supplementary colors rather than driving colors in layout and communications.

Author

unicol, 2023-06-14.

Examples

cornell_2
#>     light gray dark warm gray       sea gray 
#>      "#F7F7F7"      "#A2998B"      "#9FAD9F" 
unikn::seecol(cornell_2, main = "Secondary colors of Cornell University")  # view palette