Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.endeavour {
color: #2b5a8c;
}
.cendre-blue {
color: #3b7ea5;
}
.aztec-sky {
color: #4eb7d4;
}
.luminescent-blue {
color: #a0dfe9;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--endeavour:#2b5a8c;
--cendre-blue:#3b7ea5;
--aztec-sky:#4eb7d4;
--luminescent-blue:#a0dfe9;
}