Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9b61;
}
.apricot-glow {
color: #ffcc7a;
}
.fresh-cut-grass {
color: #8cca7d;
}
.downy {
color: #6fd3c0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9b61;
--apricot-glow:#ffcc7a;
--fresh-cut-grass:#8cca7d;
--downy:#6fd3c0;
}