Skip to content

Instantly share code, notes, and snippets.

@matheusjardimb
Last active August 29, 2015 14:12
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save matheusjardimb/8db2248f55e480eaa1a8 to your computer and use it in GitHub Desktop.
Save matheusjardimb/8db2248f55e480eaa1a8 to your computer and use it in GitHub Desktop.
Great Flat Colors
<?xml version="1.0" encoding="utf-8"?>
<!--
Great set of colors from from http://flatuicolors.com/ and converted into Android colors.xml
-->
<resources>
<color name="turquoise">#1abc9c</color>
<color name="emerald">#2ecc71</color>
<color name="peter_river">#3498db</color>
<color name="amethyst">#9b59b6</color>
<color name="wet_asphalt">#34495e</color>
<color name="green_sea">#16a085</color>
<color name="nephritis">#27ae60</color>
<color name="belize_hole">#2980b9</color>
<color name="wisteria">#8e44ad</color>
<color name="midnight_blue">#2c3e50</color>
<color name="sun_flowers">#f1c40f</color>
<color name="carrot">#e67e22</color>
<color name="alizarin">#e74c3c</color>
<color name="clouds">#ecf0f1</color>
<color name="concrete">#95a5a6</color>
<color name="orange">#f39c12</color>
<color name="pumpkin">#d35400</color>
<color name="pomegranate">#c0392b</color>
<color name="silver">#bdc3c7</color>
<color name="asbestos">#7f8c8d</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment