Last active
June 9, 2017 04:59
-
-
Save pirey/2ed642224566edf26bd755c4bec5457d to your computer and use it in GitHub Desktop.
basic color names for quick fiddling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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