Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.mint-cocktail-green {
color: #b2e1b3;
}
.fairway-mist {
color: #c9e6b2;
}
.bright-khaki {
color: #f0e88e;
}
.arts-crafts-gold {
color: #f6c588;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--mint-cocktail-green:#b2e1b3;
--fairway-mist:#c9e6b2;
--bright-khaki:#f0e88e;
--arts-crafts-gold:#f6c588;
}