Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.blue-chaise {
color: #4e8ca6;
}
.mint-majesty {
color: #7ed3c2;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--blue-chaise:#4e8ca6;
--mint-majesty:#7ed3c2;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}