Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.quiche-lorraine {
color: #ffd770;
}
.hidden-sea-glass {
color: #6ed4cf;
}
.flounce {
color: #4c8c94;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peanut-butter-chicken:#ffb65c;
--quiche-lorraine:#ffd770;
--hidden-sea-glass:#6ed4cf;
--flounce:#4c8c94;
}