Color names in this palette
CSS code for this palette
/* CSS */
.nordic-pine {
color: #3f694c;
}
.clover-mist {
color: #70bd8b;
}
.reef-green {
color: #a3e0c3;
}
.australian-mint {
color: #f2f5a8;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--nordic-pine:#3f694c;
--clover-mist:#70bd8b;
--reef-green:#a3e0c3;
--australian-mint:#f2f5a8;
--maximum-yellow-red:#f1b74b;
}