Nord Theme CSS

A lightweight CSS implementation of the Nord color system. Fully powered by nord-main.css.

View GitHub Repo

nord-main.css

<link rel="stylesheet"
href="https://crazyrag778.github.io/nord-theme-css/palettes/nord-main.css">

W3 CSS Nord Theme Support

<link rel="stylesheet"
href="https://crazyrag778.github.io/nord-theme-css/w3css/w3css-NORD_THEME_NAME.css">
All themes including polar-nights, aurora, frost and snow-storm are available.

Usage

body {
    background: var(--nord0);
    color: var(--nord6);
}

.button {
    background: var(--nord8);
}

Nord Palette

nord0
nord1
nord2
nord3
nord4
nord5
nord6
nord7
nord8
nord9
nord10
nord11
nord12
nord13
nord14
nord15

Contributions

All Contributions are welcome!