Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6b4b8b;
}
.distinct-purple {
color: #a78cca;
}
.foggy-love {
color: #d1c3e9;
}
.changeling-pink {
color: #f2b1d0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6b4b8b;
--distinct-purple:#a78cca;
--foggy-love:#d1c3e9;
--changeling-pink:#f2b1d0;
--grapefruit-pulp:#ff6e61;
}