Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.fresh-turquoise {
color: #3fd5d5;
}
.pluviophile {
color: #69e2e2;
}
.waterspout {
color: #a2f1f1;
}
.calm-waters {
color: #e6f9f9;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--fresh-turquoise:#3fd5d5;
--pluviophile:#69e2e2;
--waterspout:#a2f1f1;
--calm-waters:#e6f9f9;
}