Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2c3b4e;
}
.bluster-blue {
color: #495b6e;
}
.sidewalk-grey {
color: #798e9a;
}
.powder-soft-blue {
color: #b7c9d7;
}
.winter-day {
color: #e2e6e9;
}
/* CSS Variables */
:root {
--blue-fantastic:#2c3b4e;
--bluster-blue:#495b6e;
--sidewalk-grey:#798e9a;
--powder-soft-blue:#b7c9d7;
--winter-day:#e2e6e9;
}