Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.lime-bright {
color: #f1e3b1;
}
.mystic-tulip {
color: #f7b5a1;
}
.lively-coral {
color: #e67b79;
}
.cherry-lolly {
color: #c43b5d;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--lime-bright:#f1e3b1;
--mystic-tulip:#f7b5a1;
--lively-coral:#e67b79;
--cherry-lolly:#c43b5d;
}