Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2b3b50;
}
.winter-shadow {
color: #4f6c78;
}
.bulfinch-blue {
color: #90b1b6;
}
.bravo-blue {
color: #d3e7e9;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--blue-fantastic:#2b3b50;
--winter-shadow:#4f6c78;
--bulfinch-blue:#90b1b6;
--bravo-blue:#d3e7e9;
--vanilla-shake:#fffbf0;
}