Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6a4e8d;
}
.long-forgotten-purple {
color: #9f7a9c;
}
.iced-watermelon {
color: #cfafb8;
}
.antique-wicker-basket {
color: #f1d3a2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--magenta-violet:#6a4e8d;
--long-forgotten-purple:#9f7a9c;
--iced-watermelon:#cfafb8;
--antique-wicker-basket:#f1d3a2;
--grapefruit-pulp:#ff6e61;
}