Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.candy {
color: #ff9985;
}
.buttery-salmon {
color: #ffb19e;
}
.simply-delicious {
color: #ffd3c2;
}
.pink-glow {
color: #ffebe0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--candy:#ff9985;
--buttery-salmon:#ffb19e;
--simply-delicious:#ffd3c2;
--pink-glow:#ffebe0;
}