Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.esprit-peach {
color: #ffc29e;
}
.zeus-purple {
color: #690571;
}
.twilight {
color: #4c4f90;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--esprit-peach:#ffc29e;
--zeus-purple:#690571;
--twilight:#4c4f90;
}