Color names in this palette
CSS code for this palette
/* CSS */
.flounce {
color: #4a8c8c;
}
.dexter {
color: #6db0b0;
}
.sky-watch {
color: #8cd4d4;
}
.ice-crystal-blue {
color: #a7e6e6;
}
.mint-macaron {
color: #b2f0f0;
}
/* CSS Variables */
:root {
--flounce:#4a8c8c;
--dexter:#6db0b0;
--sky-watch:#8cd4d4;
--ice-crystal-blue:#a7e6e6;
--mint-macaron:#b2f0f0;
}