Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a2e2ec;
}
.wavelet {
color: #7bc2d1;
}
.starflower-blue {
color: #4b9fb4;
}
.valley-of-glaciers {
color: #2f7a98;
}
.saltwater-denim {
color: #1a5c7a;
}
/* CSS Variables */
:root {
--blizzard-blue:#a2e2ec;
--wavelet:#7bc2d1;
--starflower-blue:#4b9fb4;
--valley-of-glaciers:#2f7a98;
--saltwater-denim:#1a5c7a;
}