Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7e30;
}
.pure-apple {
color: #69bf4a;
}
.dentist-green {
color: #9ad58b;
}
.butterfly {
color: #c6e0a4;
}
.rice-flower {
color: #f0f8d3;
}
/* CSS Variables */
:root {
--master-chief:#4b7e30;
--pure-apple:#69bf4a;
--dentist-green:#9ad58b;
--butterfly:#c6e0a4;
--rice-flower:#f0f8d3;
}