Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.blushing-cinnamon {
color: #ffbe9e;
}
.tiny-pink {
color: #ffd6c7;
}
.pink-glow {
color: #ffebe0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--blushing-cinnamon:#ffbe9e;
--tiny-pink:#ffd6c7;
--pink-glow:#ffebe0;
}