Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.glaucous-green {
color: #b4e4c2;
}
.light-green-glint {
color: #e5f5d6;
}
.banana-yogurt {
color: #f8e6b4;
}
.pink-dust {
color: #e3b4b0;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--glaucous-green:#b4e4c2;
--light-green-glint:#e5f5d6;
--banana-yogurt:#f8e6b4;
--pink-dust:#e3b4b0;
}