Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.wide-sky {
color: #3d6eb3;
}
.lucea {
color: #7bb1e0;
}
.shocking-orange {
color: #ff6d1f;
}
.sizzling-red {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--wide-sky:#3d6eb3;
--lucea:#7bb1e0;
--shocking-orange:#ff6d1f;
--sizzling-red:#ff3d5a;
}