Skip to contents

cornell_3_accent provides the nine primary colors of Cornell University, USA.

Usage

cornell_3_accent

Format

An object of class character of length 9.

Source

Color definitions are based on Cornell's Color manual.

Value

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

Details

The 9 secondary colors are "Cornell blue" (defined as HEX #006699), "Cornell green graphics" (defined as HEX #6EB43F), "Cornell green text" (defined as HEX #4B7B2B), "Cornell green text big" (defined as HEX #578E32), "Cornell orange graphics" (defined as HEX #F8981D), "Cornell orange text" (defined as HEX #D47500), "Cornell red graphics" (defined as HEX #EF4035), "Cornell red text" (defined as HEX #DF1E12), and "Cornell navy" (defined as HEX #073949).

Although the primary and secondary color palettes (see cornell_1 and cornell_2) should guide most layouts, in certain instances other colors may be needed.

For those circumstances, refer to the accent palette (cornell_3_accent). These colors should not be used as full-color bleeds and should be used periodically and in moderation.

Author

unicol, 2023-06-14.

Examples

cornell_3_accent
#>            Cornell blue  Cornell green graphics      Cornell green text 
#>               "#006699"               "#6EB43F"               "#4B7B2B" 
#>  Cornell green text big Cornell orange graphics     Cornell orange text 
#>               "#578E32"               "#F8981D"               "#D47500" 
#>    Cornell red graphics        Cornell red text            Cornell navy 
#>               "#EF4035"               "#DF1E12"               "#073949" 
unikn::seecol(cornell_3_accent, main = "Accent colors of Cornell University")  # view palette