Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.zenith {
color: #497b9c;
}
.pond-blue {
color: #8eb4c7;
}
.bright-khaki {
color: #f3e78c;
}
.strawberry-avalanche {
color: #f0553d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--zenith:#497b9c;
--pond-blue:#8eb4c7;
--bright-khaki:#f3e78c;
--strawberry-avalanche:#f0553d;
}