Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mango-orange {
color: #ff8d5c;
}
.mystic-tulip {
color: #f7b5a1;
}
.electric-lavender {
color: #f6c0f7;
}
.sugar-tooth {
color: #d58b9d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mango-orange:#ff8d5c;
--mystic-tulip:#f7b5a1;
--electric-lavender:#f6c0f7;
--sugar-tooth:#d58b9d;
}