Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.winter-green {
color: #4a8c7f;
}
.traditional-leather {
color: #6f4f3e;
}
.solid-gold {
color: #b5d24b;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--winter-green:#4a8c7f;
--traditional-leather:#6f4f3e;
--solid-gold:#b5d24b;
--creamy-sweet-corn:#f9c54e;
}