Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #296d8e;
}
.bachelor-button {
color: #49b7d0;
}
.corn {
color: #f9e75d;
}
.sango-red {
color: #f76d4b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#296d8e;
--bachelor-button:#49b7d0;
--corn:#f9e75d;
--sango-red:#f76d4b;
}