Color names in this palette
CSS code for this palette
/* CSS */
.cr-me-de-menthe {
color: #effce9;
}
.cruise {
color: #b5e3d4;
}
.larimar-green {
color: #92d3b8;
}
.minted-elegance {
color: #69c9a3;
}
.mint {
color: #3dbd8c;
}
/* CSS Variables */
:root {
--cr-me-de-menthe:#effce9;
--cruise:#b5e3d4;
--larimar-green:#92d3b8;
--minted-elegance:#69c9a3;
--mint:#3dbd8c;
}