Color names in this palette
CSS code for this palette
/* CSS */
.water-nymph {
color: #80d3e0;
}
.blue-brocade {
color: #71b9d1;
}
.starflower-blue {
color: #4a9db0;
}
.winter-time {
color: #3b8ca0;
}
.turkish-stone {
color: #2e7a8e;
}
/* CSS Variables */
:root {
--water-nymph:#80d3e0;
--blue-brocade:#71b9d1;
--starflower-blue:#4a9db0;
--winter-time:#3b8ca0;
--turkish-stone:#2e7a8e;
}