Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7ba;
}
.lattice-work {
color: #b5e3c2;
}
.light-fresh-lime {
color: #e1f3d8;
}
.golden-raspberry {
color: #f6d779;
}
.buttery-salmon {
color: #ffb09e;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7ba;
--lattice-work:#b5e3c2;
--light-fresh-lime:#e1f3d8;
--golden-raspberry:#f6d779;
--buttery-salmon:#ffb09e;
}