Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.moonlit-forest {
color: #3a6e6c;
}
.mint-cold-green {
color: #6bb8a1;
}
.aqua-bay {
color: #b5e3c6;
}
.bean-sprout {
color: #f5f9e7;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--moonlit-forest:#3a6e6c;
--mint-cold-green:#6bb8a1;
--aqua-bay:#b5e3c6;
--bean-sprout:#f5f9e7;
}