Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ffa280;
}
.cream-puff {
color: #ffb899;
}
.simply-delicious {
color: #ffd1c2;
}
.powdered-peach {
color: #ffe5d1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ffa280;
--cream-puff:#ffb899;
--simply-delicious:#ffd1c2;
--powdered-peach:#ffe5d1;
}