Color names in this palette
CSS code for this palette
/* CSS */
.zirconia-teal {
color: #2a7e7e;
}
.crystalsong-blue {
color: #4eb7b7;
}
.fling-green {
color: #8dd3d3;
}
.mint-macaron {
color: #b2f0f0;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--zirconia-teal:#2a7e7e;
--crystalsong-blue:#4eb7b7;
--fling-green:#8dd3d3;
--mint-macaron:#b2f0f0;
--light-cyan:#e0ffff;
}