Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.lush-lilac {
color: #9f7cb6;
}
.pinky-swear {
color: #f1a7f1;
}
.kettle-corn {
color: #f8e3be;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--lush-lilac:#9f7cb6;
--pinky-swear:#f1a7f1;
--kettle-corn:#f8e3be;
--grapefruit-pulp:#ff6e61;
}