Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.azraq-blue {
color: #4a6ab0;
}
.easter-egg {
color: #899ac8;
}
.sunshine-mellow {
color: #f1c40e;
}
.lepton-gold {
color: #d19d00;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--azraq-blue:#4a6ab0;
--easter-egg:#899ac8;
--sunshine-mellow:#f1c40e;
--lepton-gold:#d19d00;
}