Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.han-blue {
color: #4a6fc4;
}
.kitten-s-eye {
color: #87a9f7;
}
.syndicalist {
color: #f5c400;
}
.halt-and-catch-fire {
color: #ff6933;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--han-blue:#4a6fc4;
--kitten-s-eye:#87a9f7;
--syndicalist:#f5c400;
--halt-and-catch-fire:#ff6933;
}