Color names in this palette
CSS code for this palette
/* CSS */
.chopped-chive {
color: #2e6b4d;
}
.julep {
color: #5ba97d;
}
.spearmint-frosting {
color: #8ac1ac;
}
.bay {
color: #b1e2d3;
}
.chef-s-hat {
color: #f1f8f5;
}
/* CSS Variables */
:root {
--chopped-chive:#2e6b4d;
--julep:#5ba97d;
--spearmint-frosting:#8ac1ac;
--bay:#b1e2d3;
--chef-s-hat:#f1f8f5;
}