Color names in this palette
CSS code for this palette
/* CSS */
.mantis {
color: #74c365;
}
.grape-green {
color: #a8e1a3;
}
.blue-romance {
color: #d3f3d3;
}
.bean-sprout {
color: #f0f9e6;
}
.mint-cocktail-green {
color: #b4e4b4;
}
/* CSS Variables */
:root {
--mantis:#74c365;
--grape-green:#a8e1a3;
--blue-romance:#d3f3d3;
--bean-sprout:#f0f9e6;
--mint-cocktail-green:#b4e4b4;
}