Skip to content

Instantly share code, notes, and snippets.

@mollietaylor
Created September 27, 2015 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mollietaylor/d713253dcf97ede5347e to your computer and use it in GitHub Desktop.
Save mollietaylor/d713253dcf97ede5347e to your computer and use it in GitHub Desktop.
Code for Atlanta material palettes
$mdThemingProvider.definePalette('codeForATLPrimary', {"50":"#e6eef2","100":"#b3ccd9","200":"#80aac0","300":"#558daa","400":"#2a7095","500":"#005480","600":"#004a70","700":"#003f60","800":"#003550","900":"#002a40","A100":"#b3ccd9","A200":"#80aac0","A400":"#2a7095","A700":"#003f60"});
$mdThemingProvider.definePalette('codeForATLAccent', {"50":"#fae8ec","100":"#f1bbc6","200":"#e78da0","300":"#df6780","400":"#d74161","500":"#cf1b41","600":"#b51839","700":"#9b1431","800":"#811129","900":"#680e21","A100":"#f1bbc6","A200":"#e78da0","A400":"#d74161","A700":"#9b1431"});
$mdThemingProvider.theme('default').primaryPalette('codeForATLPrimary').accentPalette('codeForATLAccent');
@mollietaylor
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment