Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.my-fair-lady {
color: #f3c4c4;
}
.mette-penne {
color: #f8e1d3;
}
.candlelight-ivory {
color: #fdf4e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--my-fair-lady:#f3c4c4;
--mette-penne:#f8e1d3;
--candlelight-ivory:#fdf4e2;
}