Created
July 16, 2019 13:42
-
-
Save victordeleau/ddd767c8eca6ef2ed9d5b7ceb207ff87 to your computer and use it in GitHub Desktop.
Kelly colors as rgb array
This file contains 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
kelly_color_as_rgb_array = [ | |
[242, 243, 244], | |
[34, 34, 34], | |
[243, 195, 0], | |
[135, 86, 146], | |
[243, 132, 0], | |
[161, 202, 241], | |
[190, 0, 50], | |
[194, 178, 128], | |
[132, 132, 130], | |
[0, 136, 86], | |
[230, 143, 172], | |
[0, 103, 165], | |
[249, 147, 121], | |
[96, 78, 151], | |
[246, 166, 0], | |
[179, 68, 108], | |
[220, 211, 0], | |
[136, 45, 23], | |
[141, 182, 0], | |
[101, 69, 34], | |
[226, 88, 34], | |
[43, 61, 38] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment