Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.mint-cocktail-green {
color: #b7e3b0;
}
.light-fresh-lime {
color: #e0f4d7;
}
.howdy-neighbor {
color: #f9e4c8;
}
.florida-sunrise {
color: #f6aa6f;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--mint-cocktail-green:#b7e3b0;
--light-fresh-lime:#e0f4d7;
--howdy-neighbor:#f9e4c8;
--florida-sunrise:#f6aa6f;
}