Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4b76;
}
.storm-blue {
color: #4f7a9c;
}
.windy-city {
color: #87a3c5;
}
.sunshine-mellow {
color: #f1c40e;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4b76;
--storm-blue:#4f7a9c;
--windy-city:#87a3c5;
--sunshine-mellow:#f1c40e;
--tenn:#d15400;
}