Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.festival-green {
color: #6ca93d;
}
.french-market {
color: #a5c8a2;
}
.lasting-thoughts {
color: #d1e6b2;
}
.bean-sprout {
color: #f3f9e6;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--festival-green:#6ca93d;
--french-market:#a5c8a2;
--lasting-thoughts:#d1e6b2;
--bean-sprout:#f3f9e6;
}