Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6e4e8d;
}
.lush-lilac {
color: #a07eb9;
}
.tiara-pink {
color: #daa4d3;
}
.bubblegum-crisis {
color: #f2caf2;
}
.soft-lavender {
color: #f8e2f5;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6e4e8d;
--lush-lilac:#a07eb9;
--tiara-pink:#daa4d3;
--bubblegum-crisis:#f2caf2;
--soft-lavender:#f8e2f5;
}