Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6a4a8c;
}
.wisteria {
color: #a27ec9;
}
.mystic-tulip {
color: #f7b5a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.buff-orange {
color: #ffbd7a;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6a4a8c;
--wisteria:#a27ec9;
--mystic-tulip:#f7b5a1;
--grapefruit-pulp:#ff6e61;
--buff-orange:#ffbd7a;
}