Color names in this palette
CSS code for this palette
/* CSS */
.lush-grass {
color: #4a8c4a;
}
.rally-green {
color: #7ebe7e;
}
.mint-cocktail-green {
color: #b3e0b3;
}
.lemonade {
color: #f2e49c;
}
.coral-orange {
color: #e66b4c;
}
/* CSS Variables */
:root {
--lush-grass:#4a8c4a;
--rally-green:#7ebe7e;
--mint-cocktail-green:#b3e0b3;
--lemonade:#f2e49c;
--coral-orange:#e66b4c;
}