Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.muted-blue {
color: #3a6ea1;
}
.simply-posh {
color: #87b9d4;
}
.sunny-mood {
color: #f7c94b;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--muted-blue:#3a6ea1;
--simply-posh:#87b9d4;
--sunny-mood:#f7c94b;
--orangeade:#e04f38;
}