Color names in this palette
CSS code for this palette
/* CSS */
.juneberry {
color: #7a4f9c;
}
.soft-purple {
color: #a36eaf;
}
.autumn-wisteria {
color: #c7a2d8;
}
.lavender-soap {
color: #f1c0e8;
}
.rogue-pink {
color: #f6a7c1;
}
/* CSS Variables */
:root {
--juneberry:#7a4f9c;
--soft-purple:#a36eaf;
--autumn-wisteria:#c7a2d8;
--lavender-soap:#f1c0e8;
--rogue-pink:#f6a7c1;
}