Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.matt-pink {
color: #ffb8c1;
}
.tulip {
color: #ff8a92;
}
.esprit-peach {
color: #ffc29e;
}
.blood-burst {
color: #ff4d4f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--matt-pink:#ffb8c1;
--tulip:#ff8a92;
--esprit-peach:#ffc29e;
--blood-burst:#ff4d4f;
}