Created
August 29, 2016 14:43
-
-
Save gkye/9dd42af0b2d1923255132bebac8fa4b7 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
let darkNavy = UIColor(red:0.07, green:0.09, blue:0.18, alpha:1.0) | |
let lightBlue = UIColor(red:0.22, green:0.52, blue:0.84, alpha:1.0) | |
let oceanGreen = UIColor(red:0.22, green:0.52, blue:0.84, alpha:1.0) | |
let lightningYellow = UIColor(red:0.98, green:0.71, blue:0.16, alpha:1.0) | |
let greyBlue =UIColor(red:0.55, green:0.56, blue:0.63, alpha:1.0) | |
let geenishGrey = UIColor(red:0.80, green:0.85, blue:0.75, alpha:1.0) | |
let lighterBlue = UIColor(red:0.53, green:0.67, blue:0.86, alpha:1.0) | |
let mustardYellow = UIColor(red:0.83, green:0.63, blue:0.23, alpha:1.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment