Color names in this palette
CSS code for this palette
/* CSS */
.fig-leaf {
color: #596d2c;
}
.aloe-vera-green {
color: #7c9938;
}
.azeitona {
color: #a1b94b;
}
.olive-buff {
color: #c2d87d;
}
.mint-julep {
color: #e1f09e;
}
/* CSS Variables */
:root {
--fig-leaf:#596d2c;
--aloe-vera-green:#7c9938;
--azeitona:#a1b94b;
--olive-buff:#c2d87d;
--mint-julep:#e1f09e;
}