Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.iris {
color: #5a4fcf;
}
.rich-lavender {
color: #a76bd1;
}
.orange-pospsicle {
color: #f4a20b;
}
.rusty-nail {
color: #d24e1e;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--iris:#5a4fcf;
--rich-lavender:#a76bd1;
--orange-pospsicle:#f4a20b;
--rusty-nail:#d24e1e;
}