Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.blues {
color: #2a699d;
}
.teal-moir {
color: #4db4d1;
}
.salmon-eggs {
color: #f1d45f;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--blues:#2a699d;
--teal-moir:#4db4d1;
--salmon-eggs:#f1d45f;
--sun-orange:#f47b1f;
}