Color names in this palette
CSS code for this palette
/* CSS */
.bermudagrass {
color: #6ebf6f;
}
.clover-patch {
color: #4c9a5a;
}
.hills-of-ireland {
color: #3c7741;
}
.forsythia-blossom {
color: #f6d66f;
}
.mellowed-gold {
color: #e2a850;
}
/* CSS Variables */
:root {
--bermudagrass:#6ebf6f;
--clover-patch:#4c9a5a;
--hills-of-ireland:#3c7741;
--forsythia-blossom:#f6d66f;
--mellowed-gold:#e2a850;
}