Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8c8e;
}
.gem-turquoise {
color: #4dc1c7;
}
.turkish-turquoise {
color: #7ce5e9;
}
.waterspout {
color: #a0f0f3;
}
.sparkling-snow {
color: #f5ffff;
}
/* CSS Variables */
:root {
--river-fountain:#1f8c8e;
--gem-turquoise:#4dc1c7;
--turkish-turquoise:#7ce5e9;
--waterspout:#a0f0f3;
--sparkling-snow:#f5ffff;
}