Color names in this palette
CSS code for this palette
/* CSS */
.may-green {
color: #4b8f3d;
}
.rally-green {
color: #7ebe7e;
}
.mint-cocktail-green {
color: #b2e0b2;
}
.aspen-yellow {
color: #f8dfa0;
}
.sun-drops {
color: #e3b10d;
}
/* CSS Variables */
:root {
--may-green:#4b8f3d;
--rally-green:#7ebe7e;
--mint-cocktail-green:#b2e0b2;
--aspen-yellow:#f8dfa0;
--sun-drops:#e3b10d;
}