Skip to content

Instantly share code, notes, and snippets.

@Eyakub
Created June 23, 2018 19:17
Show Gist options
  • Save Eyakub/6770a16848bfdfdd989c9f2c6fa6878e to your computer and use it in GitHub Desktop.
Save Eyakub/6770a16848bfdfdd989c9f2c6fa6878e to your computer and use it in GitHub Desktop.
Some color code for android.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="black">#000</color>
<color name="blue_900">#0D47A1</color>
<color name="sky_blue">#64B5F6</color>
<color name="cyan_greenish">#006064</color>
<color name="cyan_bluish">#80DEEA</color>
<color name="light_green">#C5E1A5</color>
<color name="tia_color">#9CCC65</color>
<color name="deep_green">#33691E</color>
<color name="deep_brown">#3E2723</color>
<color name="milk_coffee">#795548</color>
<color name="light_brown">#BCAAA4</color>
<color name="ash">#BDBDBD</color>
<color name="light_grey">#757575</color>
<color name="dark_grey">#424242</color>
<color name="light_blue_grey">#607D8B</color>
<color name="deep_blue_grey">#455A64</color>
<color name="blue_ash_grey">#B0BBC5</color>
<color name="deep_orange">#E64A19</color>
<color name="bloody_orange">#D84315</color>
<color name="orange_powder">#FF9E80</color>
<color name="light_orange">#FF6e40</color>
<color name="bright_yellow">#FFFF00</color>
<color name="dark_yellow">#FFD600</color>
<color name="orange_yellow">#F9A825</color>
<color name="paste_green">#69F0AE</color>
<color name="light_indigo">#7986CB</color>
<color name="bright_indigo">#536DFE</color>
<color name="red">#F44336</color>
<color name="bloody_red">#C62828</color>
<color name="dripping_red">#B71C1C</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment