Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.patina-green {
color: #b4e9b6;
}
.light-green-glint {
color: #e2f8d3;
}
.venetian-yellow {
color: #f8e6a0;
}
.crunch {
color: #f2b95f;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--patina-green:#b4e9b6;
--light-green-glint:#e2f8d3;
--venetian-yellow:#f8e6a0;
--crunch:#f2b95f;
}