Color names in this palette
CSS code for this palette
/* CSS */
.lavender-purple {
color: #9873b5;
}
.soft-purple {
color: #a569b0;
}
.violaceous {
color: #bd92c4;
}
.blackberry-yogurt {
color: #e6b7e3;
}
.rosy-nectar {
color: #f2c4e4;
}
/* CSS Variables */
:root {
--lavender-purple:#9873b5;
--soft-purple:#a569b0;
--violaceous:#bd92c4;
--blackberry-yogurt:#e6b7e3;
--rosy-nectar:#f2c4e4;
}