Color names in this palette
CSS code for this palette
/* CSS */
.biel-tan-green {
color: #1a9968;
}
.greenish-teal {
color: #3bbf7d;
}
.medium-aquamarine {
color: #5fdda9;
}
.overtone {
color: #a3e0b8;
}
.frosty-mint {
color: #e4f7f0;
}
/* CSS Variables */
:root {
--biel-tan-green:#1a9968;
--greenish-teal:#3bbf7d;
--medium-aquamarine:#5fdda9;
--overtone:#a3e0b8;
--frosty-mint:#e4f7f0;
}