Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e29cd2;
}
.african-violet {
color: #b47eb9;
}
.bermuda-onion {
color: #a35c93;
}
.rose-mallow {
color: #f1a7c5;
}
.pink-frosting {
color: #f6d5e1;
}
/* CSS Variables */
:root {
--exotic-violet:#e29cd2;
--african-violet:#b47eb9;
--bermuda-onion:#a35c93;
--rose-mallow:#f1a7c5;
--pink-frosting:#f6d5e1;
}