Google Material Color in Swift
Defined Google Material Color value ready to use in Swift refer to Google Material Design in Style/Color section
###How to use
// Set view background to Red 500
self.view.backgroundColor = GMColor.red500Color()
That's it! :D