Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mango-orange {
color: #ff8a5c;
}
.warm-apricot {
color: #ffb566;
}
.jemima {
color: #f7d47e;
}
.ethereal-green {
color: #f1e7c6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mango-orange:#ff8a5c;
--warm-apricot:#ffb566;
--jemima:#f7d47e;
--ethereal-green:#f1e7c6;
}