Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.mint-cocktail-green {
color: #b4e4b4;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.first-date {
color: #f4b69f;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--mint-cocktail-green:#b4e4b4;
--smooth-as-corn-silk:#f4e2b3;
--first-date:#f4b69f;
--calabrese:#f1a8a2;
}