Color names in this palette
CSS code for this palette
/* CSS */
.aroma-garden {
color: #a4c6aa;
}
.fringy-flower {
color: #b8e1b7;
}
.snowy-mint {
color: #d6f2cf;
}
.milk-foam {
color: #f6ffeb;
}
.green-trance {
color: #a2d59f;
}
/* CSS Variables */
:root {
--aroma-garden:#a4c6aa;
--fringy-flower:#b8e1b7;
--snowy-mint:#d6f2cf;
--milk-foam:#f6ffeb;
--green-trance:#a2d59f;
}