Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.elastic-pink {
color: #f0a3c7;
}
.wisley-pink {
color: #f7a497;
}
.esprit-peach {
color: #ffc29e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--elastic-pink:#f0a3c7;
--wisley-pink:#f7a497;
--esprit-peach:#ffc29e;
--grapefruit-pulp:#ff6e61;
}