Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.mint-cocktail-green {
color: #b9e3b0;
}
.sour {
color: #e3f0b7;
}
.noodles {
color: #f8e1b4;
}
.sweet-nectar {
color: #f8c1af;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--mint-cocktail-green:#b9e3b0;
--sour:#e3f0b7;
--noodles:#f8e1b4;
--sweet-nectar:#f8c1af;
}