Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.bay {
color: #b2e1d3;
}
.spring-morn {
color: #e4f1d5;
}
.gold-sand {
color: #f6e6a7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--bay:#b2e1d3;
--spring-morn:#e4f1d5;
--gold-sand:#f6e6a7;
--solar-plexus-chakra:#f1c84b;
}