Color names in this palette
CSS code for this palette
/* CSS */
.clover-mist {
color: #6ebf8a;
}
.botanical-tint {
color: #a7e2d2;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.black-blueberry {
color: #2e3148;
}
/* CSS Variables */
:root {
--clover-mist:#6ebf8a;
--botanical-tint:#a7e2d2;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--black-blueberry:#2e3148;
}