rpi_pal_1 provides the primary colors of the Rensselaer Polytechnic Institute (RPI), Troy, NY.

rpi_pal_1

Format

An object of class character of length 5.

Source

Color definitions are based on https://scer.rpi.edu/brand-in-action/colors.

Value

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

Details

These colors represent the core colors and should provide the foundation for the palette used. Their usage should dominate the use of the secondary colors of rpi_pal_2 and their tint variants of rpi_pal_3.

Author

unikn, 2022-12-01.

Examples

rpi_pal_1
#> RPI primary red  RPI light gray   RPI dark gray           black           white 
#>       "#d6001c"       "#9ea2a2"       "#54585a"         "black"         "white" 
seecol(rpi_pal_1, main = "The primary colors of RPI")  # view color palette

demopal(rpi_pal_1, type = 3, main = "Primary colors of RPI")