Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e3a3e;
}
.steel-teal {
color: #5e8a8d;
}
.aqua-mist {
color: #9dcdcd;
}
.billowing-sail {
color: #d1e5e2;
}
.sparkling-snow {
color: #f5ffff;
}
/* CSS Variables */
:root {
--nordic:#1e3a3e;
--steel-teal:#5e8a8d;
--aqua-mist:#9dcdcd;
--billowing-sail:#d1e5e2;
--sparkling-snow:#f5ffff;
}