Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.pallid-orange {
color: #ffba9e;
}
.pandora-s-box {
color: #ffdbb8;
}
.soft-coral {
color: #ffeee0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--pallid-orange:#ffba9e;
--pandora-s-box:#ffdbb8;
--soft-coral:#ffeee0;
}