Color names in this palette
CSS code for this palette
/* CSS */
.izmir-purple {
color: #4c3e70;
}
.super-violet {
color: #795a8c;
}
.usu-pink {
color: #a77b9d;
}
.berry-popsicle {
color: #d2a7c9;
}
.sugarwinkle {
color: #f9c3e1;
}
/* CSS Variables */
:root {
--izmir-purple:#4c3e70;
--super-violet:#795a8c;
--usu-pink:#a77b9d;
--berry-popsicle:#d2a7c9;
--sugarwinkle:#f9c3e1;
}