Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.muted-lavender {
color: #3a5998;
}
.casting-sea {
color: #4a89c4;
}
.sweet-honey {
color: #d3a35a;
}
.bitter-orange {
color: #d8792c;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--muted-lavender:#3a5998;
--casting-sea:#4a89c4;
--sweet-honey:#d3a35a;
--bitter-orange:#d8792c;
}