Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.iguana-green {
color: #6fbe73;
}
.green-trance {
color: #a0d69f;
}
.almost-aloe {
color: #c6e9af;
}
.frosted-garden {
color: #e5f7d9;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--iguana-green:#6fbe73;
--green-trance:#a0d69f;
--almost-aloe:#c6e9af;
--frosted-garden:#e5f7d9;
}