Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-flower {
color: #ffa04d;
}
.tuscan-sun {
color: #ffd84d;
}
.crystal-green {
color: #a3d77e;
}
.basil-pesto {
color: #509b6e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-flower:#ffa04d;
--tuscan-sun:#ffd84d;
--crystal-green:#a3d77e;
--basil-pesto:#509b6e;
}