Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.bering-wave {
color: #3b6c87;
}
.blue-calypso {
color: #5ca8b7;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--bering-wave:#3b6c87;
--blue-calypso:#5ca8b7;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}