Skip to content

Instantly share code, notes, and snippets.

@azend
Created February 24, 2016 06:36
Show Gist options
  • Save azend/8be4d62820e23aa6d6e3 to your computer and use it in GitHub Desktop.
Save azend/8be4d62820e23aa6d6e3 to your computer and use it in GitHub Desktop.
A transposition of the lovely colors from https://flatuicolors.com/ to Android
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- flat ui colors -->
<!-- a transposition of the lovely colors from https://flatuicolors.com/ -->
<color name="turqoise">#1abc9c</color>
<color name="green_sea">#16a085</color>
<color name="emerald">#2ecc71</color>
<color name="nephritis">#27ae60</color>
<color name="peter_river">#3498db</color>
<color name="belize_hole">#2980b9</color>
<color name="amethyst">#9b59b6</color>
<color name="wisteria">#8e44ad</color>
<color name="wet_asphalt">#34495e</color>
<color name="midnight_blue">#2c3e50</color>
<color name="sun_flower">#f1c40f</color>
<color name="orange">#f39c12</color>
<color name="carrot">#e67e22</color>
<color name="pumpkin">#d35400</color>
<color name="alizarin">#e74c3c</color>
<color name="pomegranate">#c0392b</color>
<color name="clouds">#ecf0f1</color>
<color name="silver">#bdc3c7</color>
<color name="concrete">#95a5a6</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