Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-mint {
color: #a4dad4;
}
.cool-crayon {
color: #b1e7e0;
}
.light-water-wings {
color: #c1f1e9;
}
.toxic-latte {
color: #e1f9e6;
}
.mint-cream {
color: #f5fff9;
}
/* CSS Variables */
:root {
--sparkling-mint:#a4dad4;
--cool-crayon:#b1e7e0;
--light-water-wings:#c1f1e9;
--toxic-latte:#e1f9e6;
--mint-cream:#f5fff9;
}