Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.integra {
color: #3f5c92;
}
.debutante-ball {
color: #6f8cbe;
}
.blue-click {
color: #a6d5e7;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--integra:#3f5c92;
--debutante-ball:#6f8cbe;
--blue-click:#a6d5e7;
--sunshine-mellow:#f1c40e;
}