Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.sunglow {
color: #ffcc33;
}
.knight-s-armor {
color: #5c5c5c;
}
.white-smoke {
color: #f5f5f5;
}
.flint-corn-red {
color: #d6613d;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--sunglow:#ffcc33;
--knight-s-armor:#5c5c5c;
--white-smoke:#f5f5f5;
--flint-corn-red:#d6613d;
}