Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.persicus {
color: #ffb59e;
}
.bleached-coral {
color: #ffd7d1;
}
.powder-puff {
color: #fff0f3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--persicus:#ffb59e;
--bleached-coral:#ffd7d1;
--powder-puff:#fff0f3;
}