Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.neptune-blue {
color: #2f5b9d;
}
.zenith {
color: #4b7ba0;
}
.blue-brocade {
color: #6db9d5;
}
.blizzard-blue {
color: #a5e5e9;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--neptune-blue:#2f5b9d;
--zenith:#4b7ba0;
--blue-brocade:#6db9d5;
--blizzard-blue:#a5e5e9;
}