Color names in this palette
CSS code for this palette
/* CSS */
.herbal {
color: #2aac87;
}
.jadeite {
color: #3bbf9a;
}
.medium-aquamarine {
color: #5cdba4;
}
.botanical-tint {
color: #a8e6d6;
}
.azure-mist {
color: #f0fff4;
}
/* CSS Variables */
:root {
--herbal:#2aac87;
--jadeite:#3bbf9a;
--medium-aquamarine:#5cdba4;
--botanical-tint:#a8e6d6;
--azure-mist:#f0fff4;
}