Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.san-marino {
color: #496a9c;
}
.windy-city {
color: #8ba3c1;
}
.crunch {
color: #f5b85c;
}
.fireglow {
color: #d65c3d;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--san-marino:#496a9c;
--windy-city:#8ba3c1;
--crunch:#f5b85c;
--fireglow:#d65c3d;
}