Created
September 2, 2015 20:48
-
-
Save jhonnymoreira/cc67865a417671d71bed to your computer and use it in GitHub Desktop.
Colors to the second version of my site.
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 | |
// ============================================================================ | |
// Based on: https://color.adobe.com/pt/novomr-color-03-color-theme-4255297/ | |
// White | |
$porcelain : #ecf0f1; | |
$white : #ffffff; | |
// Green | |
$observatory : #038b75; | |
$caribbean-green : #00bd9d; | |
// Blue | |
$nile-blue : #19384d; | |
$blue-bayoux : #426175; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment