Color names in this palette
CSS code for this palette
/* CSS */
.grasslands {
color: #3a784a;
}
.heart-chakra {
color: #5abf78;
}
.green-ash {
color: #90d5a6;
}
.mint-smoothie {
color: #c2e5d1;
}
.bean-sprout {
color: #f2f8e7;
}
/* CSS Variables */
:root {
--grasslands:#3a784a;
--heart-chakra:#5abf78;
--green-ash:#90d5a6;
--mint-smoothie:#c2e5d1;
--bean-sprout:#f2f8e7;
}