Color names in this palette
CSS code for this palette
/* CSS */
.matt-blue {
color: #2c6cba;
}
.high-blue {
color: #4da3e0;
}
.middle-blue {
color: #7dd2e3;
}
.frozen-landscape {
color: #b0e4fc;
}
.heart-of-ice {
color: #f5faff;
}
/* CSS Variables */
:root {
--matt-blue:#2c6cba;
--high-blue:#4da3e0;
--middle-blue:#7dd2e3;
--frozen-landscape:#b0e4fc;
--heart-of-ice:#f5faff;
}