Skip to contents

vanderbilt_2 provides the four neutral colors of the Vanderbilt University, USA.

Usage

vanderbilt_2

Format

An object of class character of length 4.

Source

Color definitions are based on Vanderbilt's brand style guide.

Value

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

Details

The 4 neutral colors are "vanderbilt_dark_grey" (defined as HEX #777777), "vanderbilt_light_gery" (defined as HEX #E4E4E4), "vanderbilt_sand" (defined as HEX #E0D5C0), and "vanderbilt_cream" (defined as HEX #F5F3EF).

vanderbilt_2 uses the HEX color definitions.

Author

unicol, 2023-07-12

Examples

vanderbilt_2
#>  vanderbilt_dark_grey vanderbilt_light_grey       vanderbilt_sand 
#>             "#777777"             "#E4E4E4"             "#E0D5C0" 
#>      vanderbilt_cream 
#>             "#F5F3EF" 
unikn::seecol(vanderbilt_2, main = "Vanderbilt University 2 (neutral)") # view color palette