Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.winter-shadow {
color: #4f6b7d;
}
.gould-blue {
color: #7ea1a5;
}
.sage-bundle {
color: #bad4c3;
}
.marble-dust {
color: #f2e5ca;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--winter-shadow:#4f6b7d;
--gould-blue:#7ea1a5;
--sage-bundle:#bad4c3;
--marble-dust:#f2e5ca;
}