Created
June 16, 2014 19:01
-
-
Save leandrojo/2f7369d7bb3b61e69c29 to your computer and use it in GitHub Desktop.
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
| // colors flat | |
| peter-rider = rgba( 52, 152, 219, 1) | |
| carrot = rgba(230, 126, 34, 1) | |
| pumpkin = rgba(211, 84, 0, 1) | |
| emerald = rgba( 46, 204, 113, 1) | |
| nephritis = rgba( 39, 174, 96, 1) | |
| sun-flower = rgba(241, 196, 15, 1) | |
| pomegranate = rgba(192, 57, 43, 1) | |
| alizarin = rgba(231, 76, 60, 1) | |
| midnight-blue = rgba( 44, 62, 80, 1) | |
| wet-asphalt = rgba( 52, 73, 94, 1) | |
| concrete = rgba(149, 165, 166, 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment