Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.peach {
color: #ffb380;
}
.garbanzo-bean {
color: #f2d6a6;
}
.havana-blue {
color: #a7dae6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--peach:#ffb380;
--garbanzo-bean:#f2d6a6;
--havana-blue:#a7dae6;
}