Skip to content

Instantly share code, notes, and snippets.

@GrantCuster
Created October 3, 2017 19:34
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 GrantCuster/c9c39680c161b786fbd3dc76a4a11b06 to your computer and use it in GitHub Desktop.
Save GrantCuster/c9c39680c161b786fbd3dc76a4a11b06 to your computer and use it in GitHub Desktop.
.bg-white { background: #FFFFFF; }
.white { color: #FFFFFF; }
.bg-silver { background: #C0C0C0; }
.silver { color: #C0C0C0; }
.bg-hray { background: #808080; }
.hray { color: #808080; }
.bg-black { background: #000000; }
.black { color: #000000; }
.bg-red { background: #FF0000; }
.red { color: #FF0000; }
.bg-maroon { background: #800000; }
.maroon { color: #800000; }
.bg-yellow { background: #FFFF00; }
.yellow { color: #FFFF00; }
.bg-olive { background: #808000; }
.olive { color: #808000; }
.bg-lime { background: #00FF00; }
.lime { color: #00FF00; }
.bg-green { background: #008000; }
.green { color: #008000; }
.bg-aqua { background: #00FFFF; }
.aqua { color: #00FFFF; }
.bg-teal { background: #008080; }
.teal { color: #008080; }
.bg-blue { background: #0000FF; }
.blue { color: #0000FF; }
.bg-navy { background: #000080; }
.navy { color: #000080; }
.bg-fuchsia { background: #FF00FF; }
.fuchsia { color: #FF00FF; }
.bg-purple { background: #800080; }
.purple { color: #800080; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment