Color names in this palette
CSS code for this palette
/* CSS */
.canoe-blue {
color: #1c516d;
}
.valley-of-glaciers {
color: #2c7a9b;
}
.north-wind {
color: #4cbac2;
}
.everest {
color: #9be9e0;
}
.ethereal-white {
color: #e6f4f1;
}
/* CSS Variables */
:root {
--canoe-blue:#1c516d;
--valley-of-glaciers:#2c7a9b;
--north-wind:#4cbac2;
--everest:#9be9e0;
--ethereal-white:#e6f4f1;
}