Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.reddish-banana {
color: #ffba85;
}
.fresh-apricot {
color: #ffd6a3;
}
.beaming-sun {
color: #fff8e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--reddish-banana:#ffba85;
--fresh-apricot:#ffd6a3;
--beaming-sun:#fff8e0;
}