Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ffa280;
}
.workout-routine {
color: #ffd48a;
}
.sun-drenched {
color: #ffe8a3;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ffa280;
--workout-routine:#ffd48a;
--sun-drenched:#ffe8a3;
--floral-leaf:#ffb84d;
}