Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.drop-green {
color: #6fbf5f;
}
.green-trance {
color: #a0d89d;
}
.iced-avocado {
color: #c9e5b8;
}
.panache {
color: #eff8e2;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--drop-green:#6fbf5f;
--green-trance:#a0d89d;
--iced-avocado:#c9e5b8;
--panache:#eff8e2;
}