Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.blue-oyster-cult {
color: #4b7bec;
}
.sky-high {
color: #a5c2e9;
}
.vanilla-pudding {
color: #f9e66c;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--blue-oyster-cult:#4b7bec;
--sky-high:#a5c2e9;
--vanilla-pudding:#f9e66c;
--blood-burst:#ff4d4d;
}