Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.lattice-work {
color: #b5e3c3;
}
.light-green-glint {
color: #e4f8d3;
}
.casino-lights {
color: #f9f1b4;
}
.wiener-schnitzel {
color: #f09c00;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--lattice-work:#b5e3c3;
--light-green-glint:#e4f8d3;
--casino-lights:#f9f1b4;
--wiener-schnitzel:#f09c00;
}