Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.daisy {
color: #f9d13e;
}
.candy-heart-pink {
color: #f7a3a1;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--daisy:#f9d13e;
--candy-heart-pink:#f7a3a1;
}