Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.mega-blue {
color: #3b6ba5;
}
.blueberry-soft-blue {
color: #5d95c0;
}
.pale-cerulean {
color: #96c5e4;
}
.french-vanilla {
color: #f0e3a8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--mega-blue:#3b6ba5;
--blueberry-soft-blue:#5d95c0;
--pale-cerulean:#96c5e4;
--french-vanilla:#f0e3a8;
}