Skip to contents

umass_neutrals provides the three neutral colors of the University of Massachusetts Amherst, USA.

Usage

umass_neutrals

Format

An object of class character of length 3.

Source

Color definitions are based on the UMass Brand guide.

Value

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

Details

The 3 neutral colors are "PMS 447" (defined as C50 M30 Y40 K90, R55 G58 B54, HEX 373a36), "PMS 445" (defined as C52 M23 Y30 K74, R80 G87 B89, HEX 505759), and "PMS 429" (defined as C21 M11 Y9 K23, R162 G170 B173, HEX a2aaad).

umass_neutrals uses the HEX color definitions.

Author

unicol, 2023-06-27.

Examples

umass_neutrals
#>   PMS 447   PMS 445   PMS 429 
#> "#373a36" "#505759" "#a2aaad" 
unikn::seecol(umass_neutrals, main = "Neutral colors of UMass")  # view palette