Skip to content

Instantly share code, notes, and snippets.

@benjamin-chan
Created July 30, 2015 22:00
Show Gist options
  • Save benjamin-chan/3d569db12bb223e8b3c4 to your computer and use it in GitHub Desktop.
Save benjamin-chan/3d569db12bb223e8b3c4 to your computer and use it in GitHub Desktop.
CHSE color palette
colorPalette <- function () {
c(rgb( 1, 67, 134, maxColorValue=255),
rgb(119, 120, 123, maxColorValue=255),
rgb(139, 184, 234, maxColorValue=255),
rgb(188, 190, 192, maxColorValue=255),
rgb( 94, 122, 162, maxColorValue=255),
rgb(223, 122, 28, maxColorValue=255))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment