Color names in this palette
CSS code for this palette
/* CSS */
.menthol-kiss {
color: #a2e2d4;
}
.ode-to-green {
color: #b4e9d5;
}
.light-water-wings {
color: #c1f1e2;
}
.cactus-water {
color: #cff7e7;
}
.mint-cream {
color: #f5fff7;
}
/* CSS Variables */
:root {
--menthol-kiss:#a2e2d4;
--ode-to-green:#b4e9d5;
--light-water-wings:#c1f1e2;
--cactus-water:#cff7e7;
--mint-cream:#f5fff7;
}