Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.flounce {
color: #4c8c94;
}
.miami-teal {
color: #6fc3af;
}
.westfall-yellow {
color: #f9d64e;
}
.reductant {
color: #e65c5c;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--flounce:#4c8c94;
--miami-teal:#6fc3af;
--westfall-yellow:#f9d64e;
--reductant:#e65c5c;
}