Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.mint-cocktail-green {
color: #b4e1b2;
}
.field-day {
color: #c6e6a8;
}
.buttery-croissant {
color: #f2df9c;
}
.mango-ice {
color: #f5bf8a;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--mint-cocktail-green:#b4e1b2;
--field-day:#c6e6a8;
--buttery-croissant:#f2df9c;
--mango-ice:#f5bf8a;
}