Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.cayman-bay {
color: #4f7a8c;
}
.heavenly {
color: #7fb2c3;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--cayman-bay:#4f7a8c;
--heavenly:#7fb2c3;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}