Color names in this palette
CSS code for this palette
/* CSS */
.singapore-orchid {
color: #9f1fef;
}
.noble-cause-purple {
color: #7b1ba1;
}
.eine-kleine-nachtmusik {
color: #5a2494;
}
.majestic-eggplant {
color: #3e2c8c;
}
.blue-depths {
color: #2e3d66;
}
/* CSS Variables */
:root {
--singapore-orchid:#9f1fef;
--noble-cause-purple:#7b1ba1;
--eine-kleine-nachtmusik:#5a2494;
--majestic-eggplant:#3e2c8c;
--blue-depths:#2e3d66;
}