Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.bluebonnet-frost {
color: #4a6fb0;
}
.overcast {
color: #71a2d1;
}
.light-sh-shin-yellow {
color: #f5e87f;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--bluebonnet-frost:#4a6fb0;
--overcast:#71a2d1;
--light-sh-shin-yellow:#f5e87f;
--miami-marmalade:#f28e1c;
}