Skip to content

Instantly share code, notes, and snippets.

@jirihradil
Created July 3, 2015 13:30
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 jirihradil/d92d872996bebf32b447 to your computer and use it in GitHub Desktop.
Save jirihradil/d92d872996bebf32b447 to your computer and use it in GitHub Desktop.
Charles Blanc's 12 colors scheme
/*
Charles Blanc's 12 colors scheme
rgb mapping via https://upload.wikimedia.org/wikipedia/commons/5/55/Color_star-en.svg
*/
.red { color: rgb(255, 0, 0) }
.red-orange { color: rgb(250, 59, 12) }
.orange { color: rgb(247, 134, 9) }
.yellow-orange { color: rgb(247, 175, 10) }
.yellow { color: rgb(254, 255, 41) }
.yellow-green { color: rgb(199, 233, 33) }
.green { color: rgb(86, 165, 38) }
.blue-green { color: rgb(21, 127, 195) }
.blue { color: rgb(0, 38, 253) }
.blue-violet { color: rgb(45, 0, 146) }
.violet { color: rgb(113, 0, 159) }
.red-violet { color: rgb(148, 0, 59) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment