Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6f4b8b;
}
.wisteria {
color: #a77ccb;
}
.bright-ube {
color: #d6a1e8;
}
.prism-pink {
color: #f2a1c5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6f4b8b;
--wisteria:#a77ccb;
--bright-ube:#d6a1e8;
--prism-pink:#f2a1c5;
--grapefruit-pulp:#ff6e61;
}