Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.slate-blue {
color: #5c7d99;
}
.blue-dam {
color: #a1c6d4;
}
.roadster-yellow {
color: #f3e0a0;
}
.halt-and-catch-fire {
color: #ff6933;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--slate-blue:#5c7d99;
--blue-dam:#a1c6d4;
--roadster-yellow:#f3e0a0;
--halt-and-catch-fire:#ff6933;
}