Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.moonlit-forest {
color: #3b6d6d;
}
.fairstar {
color: #6ca7a6;
}
.mountain-mint {
color: #a9e0c3;
}
.bean-sprout {
color: #f1f8e7;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--moonlit-forest:#3b6d6d;
--fairstar:#6ca7a6;
--mountain-mint:#a9e0c3;
--bean-sprout:#f1f8e7;
}