Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.mint-cocktail-green {
color: #b2e1b3;
}
.lasting-thoughts {
color: #d6e3b0;
}
.french-vanilla {
color: #f1e1a7;
}
.first-date {
color: #f4b4a4;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--mint-cocktail-green:#b2e1b3;
--lasting-thoughts:#d6e3b0;
--french-vanilla:#f1e1a7;
--first-date:#f4b4a4;
}