Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.winter-shadow {
color: #4f6b7d;
}
.gould-blue {
color: #7e9da0;
}
.lime-taffy {
color: #b9d4b5;
}
.gold-sand {
color: #f6e7a7;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--winter-shadow:#4f6b7d;
--gould-blue:#7e9da0;
--lime-taffy:#b9d4b5;
--gold-sand:#f6e7a7;
}