Color names in this palette
CSS code for this palette
/* CSS */
.may-green {
color: #4b8f3d;
}
.rally-green {
color: #7ebe7e;
}
.fescue {
color: #a4d0a4;
}
.herbal-mist {
color: #d1e5d1;
}
.laundry-white {
color: #f5f8f1;
}
/* CSS Variables */
:root {
--may-green:#4b8f3d;
--rally-green:#7ebe7e;
--fescue:#a4d0a4;
--herbal-mist:#d1e5d1;
--laundry-white:#f5f8f1;
}