Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.reef-green {
color: #a7e2c7;
}
.seafair-green {
color: #b7f5d8;
}
.spring-kiss {
color: #e2f8af;
}
.lantern-light {
color: #f5eab8;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--reef-green:#a7e2c7;
--seafair-green:#b7f5d8;
--spring-kiss:#e2f8af;
--lantern-light:#f5eab8;
}