Color names in this palette
CSS code for this palette
/* CSS */
.juneberry {
color: #7a4f9c;
}
.soft-purple {
color: #a76bbd;
}
.lavender-rose {
color: #f2a1e1;
}
.applesauce {
color: #f8d79b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--juneberry:#7a4f9c;
--soft-purple:#a76bbd;
--lavender-rose:#f2a1e1;
--applesauce:#f8d79b;
--grapefruit-pulp:#ff6e61;
}