Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.ashton-blue {
color: #4a7cba;
}
.dun-morogh-blue {
color: #81b6df;
}
.french-vanilla {
color: #f1e1a7;
}
.bussell-lace {
color: #e8a39c;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--ashton-blue:#4a7cba;
--dun-morogh-blue:#81b6df;
--french-vanilla:#f1e1a7;
--bussell-lace:#e8a39c;
}