The MSU colour palette to easily construct plots. There are three colour palettes based on the colour information found at https://brand.msu.edu/design-visual/index.html#color. All colours within theHUB are defined using hex-codes (also known as "web") values.
msu.darkGreen (Primary Colour) Hex: "#18453b"
msu.darkGreenTints: Ten tints of msu.darkGreen including "#18453b" from https://color-hex.com/color/18453b
msu.heatmap.20: Twenty tints of MSU Dark Green to the lightest tint in msu.darkGreenTints
msu.heatmap.100: One-hundred tints of MSU Dark Green to the lightest tint in msu.darkGreenTints https://www.color-hex.com/color/18453b
msu.palette: The thirteen colours of MSU's colour palette
Format
A vector with the colours of interest.
An object of class character
of length 10.
An object of class character
of length 13.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 22 rows and 3 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 101 rows and 2 columns.
Source
MSU's Brand website: https://brand.msu.edu/design-visual/index.html#color https://cal.msu.edu/about/the-marketing-communications-office/colors/
Functions
msu.darkGreenTints
: Ten tints of msu.darkGreen including "#18453b"msu.palette
: The thirteen colours of MSU's color palettemsu.heatmap.20
: Twenty tints of MSU Dark Green to the lightest tint in msu.darkGreenTintsmsu.heatmap.100
: One-hundred tints of MSU Dark Green to the lightest tint in msu.darkGreenTints
Author
Emilio Xavier Esposito emilio.esposito@gmail.com (https://github.com/emilioxavier)