rpi_pal_2 provides the secondary use colors of the Rensselaer Polytechnic Institute (RPI), Troy, NY.

rpi_pal_2

Format

An object of class character of length 3.

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

The colors of rpi_pal_2 should be used in combination with the primary colors of rpi_pal_1 to add color accents to digital and print materials.

rpi_pal_3 provides tint variants of these colors.

Author

unikn, 2022-12-01.

Examples

rpi_pal_2
#>   RPI dark red  RPI dark blue RPI light blue 
#>      "#ab2328"      "#00205b"      "#7fa9ae" 
seecol(rpi_pal_2, main = "The secondary colors of RPI")  # view color palette

demopal(rpi_pal_2, type = 5, main = "Secondary colors of RPI")