Color names in this palette
CSS code for this palette
/* CSS */
.fresh-turquoise {
color: #3bd6d8;
}
.turquoise-chalk {
color: #6be6e0;
}
.waterspout {
color: #a1f7f5;
}
.distant-horizon {
color: #f1f9f9;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--fresh-turquoise:#3bd6d8;
--turquoise-chalk:#6be6e0;
--waterspout:#a1f7f5;
--distant-horizon:#f1f9f9;
--white:#ffffff;
}