Color names in this palette
CSS code for this palette
/* CSS */
.water-nymph {
color: #80d3e0;
}
.mint-jelly {
color: #4ed0a2;
}
.water-sports {
color: #3ebdcc;
}
.magical-merlin {
color: #3d8fd1;
}
.atmospheric-soft-blue {
color: #a8e2f5;
}
/* CSS Variables */
:root {
--water-nymph:#80d3e0;
--mint-jelly:#4ed0a2;
--water-sports:#3ebdcc;
--magical-merlin:#3d8fd1;
--atmospheric-soft-blue:#a8e2f5;
}