Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.winter-shadow {
color: #4f6b7d;
}
.gould-blue {
color: #7c9ea2;
}
.lester {
color: #b1d3c4;
}
.bone-white {
color: #f2dfb1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--winter-shadow:#4f6b7d;
--gould-blue:#7c9ea2;
--lester:#b1d3c4;
--bone-white:#f2dfb1;
}