Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.noble-knight {
color: #3a4a78;
}
.persian-jewel {
color: #6b80bd;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--noble-knight:#3a4a78;
--persian-jewel:#6b80bd;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}