A lightweight CSS implementation of the Nord color system.
Fully powered by nord-main.css.
<link rel="stylesheet"
href="https://crazyrag778.github.io/nord-theme-css/palettes/nord-main.css">
<link rel="stylesheet"
href="https://crazyrag778.github.io/nord-theme-css/w3css/w3css-NORD_THEME_NAME.css">
body {
background: var(--nord0);
color: var(--nord6);
}
.button {
background: var(--nord8);
}
All Contributions are welcome!