Color names in this palette
CSS code for this palette
/* CSS */
.cyber-grape {
color: #5c3e7e;
}
.jubilee {
color: #7d599b;
}
.wisteria {
color: #a87cc0;
}
.shrimp-toast {
color: #f7c6a1;
}
.khmer-curry {
color: #f05656;
}
/* CSS Variables */
:root {
--cyber-grape:#5c3e7e;
--jubilee:#7d599b;
--wisteria:#a87cc0;
--shrimp-toast:#f7c6a1;
--khmer-curry:#f05656;
}