Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.capture {
color: #2cb5a5;
}
.may-day {
color: #4dd1c2;
}
.turquoise-chalk {
color: #77e4d5;
}
.waterspout {
color: #a1f7f4;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--capture:#2cb5a5;
--may-day:#4dd1c2;
--turquoise-chalk:#77e4d5;
--waterspout:#a1f7f4;
}