Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d6;
}
.lolly {
color: #ff9c8f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d6;
--lolly:#ff9c8f;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
}