Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.nacho {
color: #ffcb5c;
}
.veiling-waterfalls {
color: #d6e4ff;
}
.punch-out-glove {
color: #6a82fb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--nacho:#ffcb5c;
--veiling-waterfalls:#d6e4ff;
--punch-out-glove:#6a82fb;
}