Skip to content

Instantly share code, notes, and snippets.

@rugk
Last active August 27, 2015 17:59
Show Gist options
  • Save rugk/41947c48f7ddb680bded to your computer and use it in GitHub Desktop.
Save rugk/41947c48f7ddb680bded to your computer and use it in GitHub Desktop.
CSS color test for editors with color highlighting
test {
background-color: #b03f3f;
}
test2 {
color: rgb(50, 13, 94);
background-color: #71b03f;
}
test3 {
background-color: rgba(32, 57, 105, 0.76);
}
test3 {
background-color: hsva(194, 100%, 100%, 0.36);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment