Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.apricot-light {
color: #ffcd94;
}
.mouse-nose {
color: #ffe4b3;
}
.fresh-grown {
color: #f0f4c3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--apricot-light:#ffcd94;
--mouse-nose:#ffe4b3;
--fresh-grown:#f0f4c3;
}