Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.bread-n-butter {
color: #ffd080;
}
.green-shimmer {
color: #d2ff80;
}
.light-green {
color: #80ff80;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--bread-n-butter:#ffd080;
--green-shimmer:#d2ff80;
--light-green:#80ff80;
}