Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.bread-n-butter {
color: #ffd280;
}
.water-sprout {
color: #e2f0cc;
}
.whirlpool {
color: #a4daca;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--bread-n-butter:#ffd280;
--water-sprout:#e2f0cc;
--whirlpool:#a4daca;
}