Color names in this palette
CSS code for this palette
/* CSS */
.christalle {
color: #3b1f5b;
}
.tillandsia-purple {
color: #5c3b7d;
}
.empire-violet {
color: #9060a4;
}
.lilac-lace {
color: #c7a1d3;
}
.pink-frosting {
color: #f5d6e2;
}
/* CSS Variables */
:root {
--christalle:#3b1f5b;
--tillandsia-purple:#5c3b7d;
--empire-violet:#9060a4;
--lilac-lace:#c7a1d3;
--pink-frosting:#f5d6e2;
}