Color names in this palette
CSS code for this palette
/* CSS */
.vicious-violet {
color: #904f9c;
}
.soft-purple {
color: #a86bb8;
}
.bright-ube {
color: #d3a2e2;
}
.rhodonite {
color: #f0b2c6;
}
.rubber-radish {
color: #ff9e9e;
}
/* CSS Variables */
:root {
--vicious-violet:#904f9c;
--soft-purple:#a86bb8;
--bright-ube:#d3a2e2;
--rhodonite:#f0b2c6;
--rubber-radish:#ff9e9e;
}