Color names in this palette
CSS code for this palette
/* CSS */
.new-heights {
color: #cfe7f2;
}
.french-pass {
color: #a3d5e0;
}
.azure-lake {
color: #7db9ca;
}
.starflower-blue {
color: #4b98af;
}
.valley-of-glaciers {
color: #2a7b98;
}
/* CSS Variables */
:root {
--new-heights:#cfe7f2;
--french-pass:#a3d5e0;
--azure-lake:#7db9ca;
--starflower-blue:#4b98af;
--valley-of-glaciers:#2a7b98;
}