Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.esprit-peach {
color: #ffc29e;
}
.lasting-thoughts {
color: #d5e6b2;
}
.slime-lime {
color: #b7ebc0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--esprit-peach:#ffc29e;
--lasting-thoughts:#d5e6b2;
--slime-lime:#b7ebc0;
}