Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f898e;
}
.tint-of-turquoise {
color: #3bbfb6;
}
.jazzy-jade {
color: #5be1d4;
}
.early-july {
color: #a3daeb;
}
.snowdrift-glow {
color: #d6e7f0;
}
/* CSS Variables */
:root {
--river-fountain:#1f898e;
--tint-of-turquoise:#3bbfb6;
--jazzy-jade:#5be1d4;
--early-july:#a3daeb;
--snowdrift-glow:#d6e7f0;
}