Color names in this palette
CSS code for this palette
/* CSS */
.the-broadway {
color: #175478;
}
.faience {
color: #2a6e8d;
}
.winter-time {
color: #3f8ea6;
}
.spearfish {
color: #5cb4c1;
}
.midwinter-mist {
color: #a3d4dc;
}
/* CSS Variables */
:root {
--the-broadway:#175478;
--faience:#2a6e8d;
--winter-time:#3f8ea6;
--spearfish:#5cb4c1;
--midwinter-mist:#a3d4dc;
}