Color names in this palette
CSS code for this palette
/* CSS */
.water-nymph {
color: #80d3e0;
}
.starflower-blue {
color: #5099b4;
}
.valley-of-glaciers {
color: #2b7a9c;
}
.bright-eggplant {
color: #5e4c8a;
}
.her-highness {
color: #3f2b6e;
}
/* CSS Variables */
:root {
--water-nymph:#80d3e0;
--starflower-blue:#5099b4;
--valley-of-glaciers:#2b7a9c;
--bright-eggplant:#5e4c8a;
--her-highness:#3f2b6e;
}