Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.riverside {
color: #4b6f95;
}
.bluesy-note {
color: #7f9db8;
}
.polished-gold {
color: #f2a85a;
}
.christmas-orange {
color: #d7692d;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--riverside:#4b6f95;
--bluesy-note:#7f9db8;
--polished-gold:#f2a85a;
--christmas-orange:#d7692d;
}