Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #704f8c;
}
.wisteria {
color: #a77ccb;
}
.pretty-petunia {
color: #d7b4e4;
}
.silver-strawberry {
color: #f1c1c1;
}
.candy-heart-pink {
color: #f7a1a1;
}
/* CSS Variables */
:root {
--grapes-of-italy:#704f8c;
--wisteria:#a77ccb;
--pretty-petunia:#d7b4e4;
--silver-strawberry:#f1c1c1;
--candy-heart-pink:#f7a1a1;
}