Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.bay-site {
color: #2c5f8c;
}
.quiet-night {
color: #3e8cb6;
}
.syndicalist {
color: #f5c400;
}
.flint-corn-red {
color: #d6613d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--bay-site:#2c5f8c;
--quiet-night:#3e8cb6;
--syndicalist:#f5c400;
--flint-corn-red:#d6613d;
}