Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-flower {
color: #ffa04d;
}
.yellow-jacket {
color: #ffcb3d;
}
.viridine-green {
color: #c9e2b1;
}
.rally-green {
color: #7ebe7e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-flower:#ffa04d;
--yellow-jacket:#ffcb3d;
--viridine-green:#c9e2b1;
--rally-green:#7ebe7e;
}