Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6a2c90;
}
.liberal-lilac {
color: #9b58b6;
}
.plum-point {
color: #d6bce1;
}
.ballerina-tears {
color: #f5b8b2;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--true-purple:#6a2c90;
--liberal-lilac:#9b58b6;
--plum-point:#d6bce1;
--ballerina-tears:#f5b8b2;
--usc-gold:#ffcc00;
}