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