Color names in this palette
CSS code for this palette
/* CSS */
.lavender-rose {
color: #fba2e3;
}
.soft-fuchsia {
color: #d69ac0;
}
.usu-pink {
color: #a77b9d;
}
.spiced-plum {
color: #7a4d80;
}
.acai {
color: #4a2d5d;
}
/* CSS Variables */
:root {
--lavender-rose:#fba2e3;
--soft-fuchsia:#d69ac0;
--usu-pink:#a77b9d;
--spiced-plum:#7a4d80;
--acai:#4a2d5d;
}