Color names in this palette
CSS code for this palette
/* CSS */
.bryophyte {
color: #a7bea2;
}
.zanah {
color: #b3c8b1;
}
.security {
color: #d5e0c2;
}
.light-green-veil {
color: #e8f3d3;
}
.bean-sprout {
color: #f5f9e6;
}
/* CSS Variables */
:root {
--bryophyte:#a7bea2;
--zanah:#b3c8b1;
--security:#d5e0c2;
--light-green-veil:#e8f3d3;
--bean-sprout:#f5f9e6;
}