Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.privet-hedge {
color: #5a8c79;
}
.melissa {
color: #b3d86f;
}
.syndicalist {
color: #f5c400;
}
.strawberry-avalanche {
color: #f5503d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--privet-hedge:#5a8c79;
--melissa:#b3d86f;
--syndicalist:#f5c400;
--strawberry-avalanche:#f5503d;
}