Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.light-greenette {
color: #e4f1d0;
}
.optimistic-yellow {
color: #f4e1a4;
}
.cream-blush {
color: #f7c39c;
}
.lively-coral {
color: #ea7d7b;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--light-greenette:#e4f1d0;
--optimistic-yellow:#f4e1a4;
--cream-blush:#f7c39c;
--lively-coral:#ea7d7b;
}