Color names in this palette
CSS code for this palette
/* CSS */
.lilac-purple {
color: #a487c4;
}
.pretty-petunia {
color: #d3b2e0;
}
.sandy-beach {
color: #f9e3d2;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--lilac-purple:#a487c4;
--pretty-petunia:#d3b2e0;
--sandy-beach:#f9e3d2;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}