Skip to contents

The University of Wisconsin colour palette to easily construct plots. There are three colour palettes based on the colour information found at https://brand.wisc.edu/print/colors/. The University of Wisconsin colour palette is available in CMYK and was converted to Hex using https://colordesigner.io/convert/cmyktohex.

All colours within theHUB are defined using hex-codes (also known as "web") values.

Usage

wisc.badgerRed

wisc.white

wisc.badgerRedTints

wisc.secondary

wisc.accent

wisc.heatmap.20

wisc.heatmap.100

Format

A vector with the colours of interest.

An object of class character of length 1.

An object of class character of length 10.

An object of class character of length 6.

An object of class character of length 6.

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

University of Wisconsin's Brand website: https://brand.wisc.edu/print/colors/

Functions

  • wisc.white: corresponding colour to wisc.badgerRed

  • wisc.badgerRedTints: Ten tints of wisc.badgerRed including "#da004c"

  • wisc.secondary: The six secondary colours of the University of Wisconsin's color palette

  • wisc.accent: The six accent colours of the University of Wisconsin's color palette

  • wisc.heatmap.20: Twenty tints of Twenty tints of the University of Wisconsin Badger Red to the lightest tint in wisc.badgerRedTints

  • wisc.heatmap.100: One-hundred tints of Twenty tints of the University of Wisconsin Badger Red to the lightest tint in wisc.badgerRedTints