Skip to content

Instantly share code, notes, and snippets.

@pirey
Last active June 9, 2017 04:59
Show Gist options
  • Save pirey/2ed642224566edf26bd755c4bec5457d to your computer and use it in GitHub Desktop.
Save pirey/2ed642224566edf26bd755c4bec5457d to your computer and use it in GitHub Desktop.
basic color names for quick fiddling
.background {
background-color: #efefef;
}
.me {
background-color: tomato;
}
.ji {
background-color: orange;
}
.ku {
background-color: gold;
}
.hi {
background-color: yellowgreen;
}
.bi {
background-color: deepskyblue;
}
.ni {
background-color: blueviolet;
}
.u {
background-color: hotpink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment