Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.patina-green {
color: #b6e7b6;
}
.tea-green {
color: #d1f0c1;
}
.bean-sprout {
color: #f3faeb;
}
.frosty-mint {
color: #def7ee;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--patina-green:#b6e7b6;
--tea-green:#d1f0c1;
--bean-sprout:#f3faeb;
--frosty-mint:#def7ee;
}