Base4Tone
Base4Tone is an opinionated system for working with variables in webdesign, and is also used to generate a collection of colorthemes for many different applications in dark - and light versions.
function foo(bar) {
var a = 42,
b = 'Prism';
return a + bar(b);
}
Base2Tone
Based on DuoTone themes by Simurai for Atom.
“DuoTone themes use only 2 hues (7 shades in total). It tones down less important parts (like punctuation and brackets) and highlights only the important ones. This leads to a more calm color scheme, but still lets you find the stuff you’re looking for.”
Base2Tone has it’s own dedicated repository, and demopage on base2t.one.
function foo(bar) {
var a = 42,
b = 'Prism';
return a + bar(b);
}
Atelier Schemes
Prism
Colorschemes for Prism: demopage
Colorscheme Lab
- Colorscheme Lab on CodePen
See the Pen Colorscheme Lab – with Sass Variables by Bram de Haan (@atelierbram) on CodePen
- Colorscheme Lab as Github Gist
- More Themes for Web Developer's Toys