Color names in this palette
CSS code for this palette
/* CSS */
.medium-sea-green {
color: #3cb472;
}
.heart-chakra {
color: #5eba7e;
}
.peaceful-pastures {
color: #90d5a9;
}
.sweet-menthol {
color: #c3e6b7;
}
.light-green-glint {
color: #e4f8d3;
}
/* CSS Variables */
:root {
--medium-sea-green:#3cb472;
--heart-chakra:#5eba7e;
--peaceful-pastures:#90d5a9;
--sweet-menthol:#c3e6b7;
--light-green-glint:#e4f8d3;
}