Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1d2a77;
}
.blueberry {
color: #4b3b9b;
}
.plum-power {
color: #7b5f8c;
}
.golden-orange {
color: #d6982e;
}
.hot-shot {
color: #e94e2b;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1d2a77;
--blueberry:#4b3b9b;
--plum-power:#7b5f8c;
--golden-orange:#d6982e;
--hot-shot:#e94e2b;
}