Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff9b8a;
}
.tropical-peach {
color: #ffc3b3;
}
.doeskin {
color: #fff1e5;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff9b8a;
--tropical-peach:#ffc3b3;
--doeskin:#fff1e5;
--matt-pink:#ffb3c1;
}