Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.banana-drama {
color: #f2d14a;
}
.young-green-onion {
color: #a4da4e;
}
.emerald-clear-green {
color: #508d2a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--banana-drama:#f2d14a;
--young-green-onion:#a4da4e;
--emerald-clear-green:#508d2a;
}