Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.ashton-blue {
color: #4a7cba;
}
.bright-spark {
color: #7ac2e1;
}
.oyster-bisque {
color: #f2e5b0;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--ashton-blue:#4a7cba;
--bright-spark:#7ac2e1;
--oyster-bisque:#f2e5b0;
--apricot-glazed-chicken:#f5a524;
}