Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e3a3e;
}
.mythic-forest {
color: #4b6a6c;
}
.birch-forest {
color: #8a998c;
}
.wintergreen-mint {
color: #c7e5c8;
}
.laundry-white {
color: #f4f9f1;
}
/* CSS Variables */
:root {
--nordic:#1e3a3e;
--mythic-forest:#4b6a6c;
--birch-forest:#8a998c;
--wintergreen-mint:#c7e5c8;
--laundry-white:#f4f9f1;
}