Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.bleached-silk {
color: #f2f4f1;
}
.limestoned {
color: #a6c9a6;
}
.middle-green {
color: #4a8c5a;
}
.misty-lawn {
color: #e1f9e3;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--bleached-silk:#f2f4f1;
--limestoned:#a6c9a6;
--middle-green:#4a8c5a;
--misty-lawn:#e1f9e3;
}