Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.bluebonnet-frost {
color: #4a6fb0;
}
.norfolk-sky {
color: #6cb8e5;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--bluebonnet-frost:#4a6fb0;
--norfolk-sky:#6cb8e5;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}