Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #e9b9d0;
}
.lattice-work {
color: #b6e2c2;
}
.pistachio-cream {
color: #c4d699;
}
.gold-sand {
color: #f7e8a6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sweet-lilac:#e9b9d0;
--lattice-work:#b6e2c2;
--pistachio-cream:#c4d699;
--gold-sand:#f7e8a6;
--grapefruit-pulp:#ff6e61;
}