Color names in this palette
CSS code for this palette
/* CSS */
.magic-wand {
color: #c3d9e4;
}
.moon-jellyfish {
color: #8eb4cc;
}
.starflower-blue {
color: #4a98b0;
}
.thousand-herb {
color: #2e748a;
}
.hidden-waters {
color: #1f505c;
}
/* CSS Variables */
:root {
--magic-wand:#c3d9e4;
--moon-jellyfish:#8eb4cc;
--starflower-blue:#4a98b0;
--thousand-herb:#2e748a;
--hidden-waters:#1f505c;
}