Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.fresh-turquoise {
color: #3dd6d6;
}
.near-moon {
color: #5ce0e0;
}
.bath-water {
color: #88e7e7;
}
.mint-macaron {
color: #b1f1f1;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--fresh-turquoise:#3dd6d6;
--near-moon:#5ce0e0;
--bath-water:#88e7e7;
--mint-macaron:#b1f1f1;
}