Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #4a2d5c;
}
.super-violet {
color: #795a8c;
}
.roseville {
color: #b495b7;
}
.exotic-violet {
color: #e3a1d3;
}
.pale-petunia {
color: #f6c1c9;
}
/* CSS Variables */
:root {
--deep-plum:#4a2d5c;
--super-violet:#795a8c;
--roseville:#b495b7;
--exotic-violet:#e3a1d3;
--pale-petunia:#f6c1c9;
}