Color names in this palette
CSS code for this palette
/* CSS */
.aquarius {
color: #29b5d1;
}
.watercourse {
color: #56c4d7;
}
.water-nymph {
color: #84d3e1;
}
.ice-crystal-blue {
color: #a6e7e1;
}
.windswept {
color: #d2f2f4;
}
/* CSS Variables */
:root {
--aquarius:#29b5d1;
--watercourse:#56c4d7;
--water-nymph:#84d3e1;
--ice-crystal-blue:#a6e7e1;
--windswept:#d2f2f4;
}