Created
July 30, 2015 22:00
-
-
Save benjamin-chan/3d569db12bb223e8b3c4 to your computer and use it in GitHub Desktop.
CHSE color palette
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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