Color names in this palette
CSS code for this palette
/* CSS */
.cyber-grape {
color: #5c3e7a;
}
.heath-spotted-orchid {
color: #9f609b;
}
.princess {
color: #f1a7b4;
}
.marquisette {
color: #f5d69e;
}
.x-marks-the-spot {
color: #e34a4a;
}
/* CSS Variables */
:root {
--cyber-grape:#5c3e7a;
--heath-spotted-orchid:#9f609b;
--princess:#f1a7b4;
--marquisette:#f5d69e;
--x-marks-the-spot:#e34a4a;
}