Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.folk-tale {
color: #b2e0c0;
}
.herbal-mist {
color: #d1e7d0;
}
.applemint-soda {
color: #f1f7e9;
}
.ivory-keys {
color: #f8f9e6;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--folk-tale:#b2e0c0;
--herbal-mist:#d1e7d0;
--applemint-soda:#f1f7e9;
--ivory-keys:#f8f9e6;
}