Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.summerday-blue {
color: #3a6a98;
}
.dun-morogh-blue {
color: #82b3d9;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--summerday-blue:#3a6a98;
--dun-morogh-blue:#82b3d9;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}