Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.esprit-peach {
color: #ffc09e;
}
.hermosa-pink {
color: #ffb3e7;
}
.fuchsia-fever {
color: #ff5c98;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--esprit-peach:#ffc09e;
--hermosa-pink:#ffb3e7;
--fuchsia-fever:#ff5c98;
}