Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.faded-sunlight {
color: #ffcb6b;
}
.lemon-peel {
color: #ffee80;
}
.apple-bob {
color: #d3e6a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--faded-sunlight:#ffcb6b;
--lemon-peel:#ffee80;
--apple-bob:#d3e6a3;
}