iOS Swift UIColorExtension
With UIColorExtension you can access FlatUIColors & SocialColors with ease, also you can convert any HEX color into UIColor.
How to use? Just drag 'n drop UIColorExtension.swift file to your project.
Example: self.view.backgroundColor = UIColor.colorWithHEXString("#9b59b6")
Example: self.view.backgroundColor = UIColor.clouds()
#FlatUIColors
- turquoise
- emerald
- peterRiver
- amethyst
- wetAsphalt
- greenSea
- nephritis
- belizeHole
- wisteria
- midnightBlue
- sunFlower
- carrot
- alizarin
- clouds
- concrete
- orange
- pumpkin
- pomegranate
- silver
- asbestos
#SocialColors
- googlePlus
- vimeo
- youtube
- flickr
- yahoo
- soundCloud
- tumblr
- foursquare
- swarm
- dribbble
- devianArt
- quora
- slideShare
- px500
- listly
- vine
- skype
- stumbleUpon
- snapchat
FlatUIColors values taken from https://flatuicolors.com
Social Colors values taken from https://www.lockedowndesign.com/social-media-colors/
Feel free to contribute!