Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.desert-dessert {
color: #ffb86b;
}
.quiche-lorraine {
color: #ffd770;
}
.fuzzy-duckling {
color: #ffec70;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--desert-dessert:#ffb86b;
--quiche-lorraine:#ffd770;
--fuzzy-duckling:#ffec70;
}