Color names in this palette
CSS code for this palette
/* CSS */
.royal-lavender {
color: #7b4baf;
}
.soft-purple {
color: #a36aaf;
}
.berry-popsicle {
color: #d7a2d0;
}
.rosy-nectar {
color: #f4c3e1;
}
.lavender-candy {
color: #f9b4d2;
}
/* CSS Variables */
:root {
--royal-lavender:#7b4baf;
--soft-purple:#a36aaf;
--berry-popsicle:#d7a2d0;
--rosy-nectar:#f4c3e1;
--lavender-candy:#f9b4d2;
}