Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.wake-me-up {
color: #f7d259;
}
.serengeti-green {
color: #6dd08a;
}
.benihi-red {
color: #f15a3b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--wake-me-up:#f7d259;
--serengeti-green:#6dd08a;
--benihi-red:#f15a3b;
}