Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b1a1;
}
.esprit-peach {
color: #ffc29e;
}
.oyster-pink {
color: #d4b7af;
}
.baby-blue {
color: #a3d3ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7b1a1;
--esprit-peach:#ffc29e;
--oyster-pink:#d4b7af;
--baby-blue:#a3d3ff;
}