Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.sage-violet {
color: #4a3c7c;
}
.plum-power {
color: #7d5e8d;
}
.hazed-nuts {
color: #c59d6d;
}
.flame-stitch {
color: #d75a47;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--sage-violet:#4a3c7c;
--plum-power:#7d5e8d;
--hazed-nuts:#c59d6d;
--flame-stitch:#d75a47;
}