Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.fresh-turquoise {
color: #3fd9d9;
}
.near-moon {
color: #5fe7e7;
}
.waterspout {
color: #a2f6f6;
}
.winter-meadow {
color: #b8fff9;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--fresh-turquoise:#3fd9d9;
--near-moon:#5fe7e7;
--waterspout:#a2f6f6;
--winter-meadow:#b8fff9;
}