Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.hawaiian-passion {
color: #ff9e3d;
}
.cape-jasmine {
color: #ffbb5c;
}
.banana-biscuit {
color: #ffde7a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--hawaiian-passion:#ff9e3d;
--cape-jasmine:#ffbb5c;
--banana-biscuit:#ffde7a;
}