Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d1b3e0;
}
.violetta {
color: #a76c99;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--pretty-petunia:#d1b3e0;
--violetta:#a76c99;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
--coral-red:#ff3d3d;
}