Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.star-sapphire {
color: #406ba0;
}
.fate {
color: #689ec0;
}
.fresh-blue {
color: #8bd8e4;
}
.milky-way {
color: #e4f4f6;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--star-sapphire:#406ba0;
--fate:#689ec0;
--fresh-blue:#8bd8e4;
--milky-way:#e4f4f6;
}