Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.blue-dahlia {
color: #3f5b9d;
}
.persian-jewel {
color: #697eba;
}
.spring-forward {
color: #bcbe2d;
}
.track-and-field {
color: #d5694d;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--blue-dahlia:#3f5b9d;
--persian-jewel:#697eba;
--spring-forward:#bcbe2d;
--track-and-field:#d5694d;
}