Color names in this palette
CSS code for this palette
/* CSS */
.lush-grass {
color: #4a8c4a;
}
.bermudagrass {
color: #69bf69;
}
.granny-smith-apple {
color: #9ce79c;
}
.farm-straw {
color: #d3b34a;
}
.fortune-red {
color: #b14e4e;
}
/* CSS Variables */
:root {
--lush-grass:#4a8c4a;
--bermudagrass:#69bf69;
--granny-smith-apple:#9ce79c;
--farm-straw:#d3b34a;
--fortune-red:#b14e4e;
}