Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.day-at-the-zoo {
color: #ffa070;
}
.cheese-puff {
color: #ffb870;
}
.quiche-lorraine {
color: #ffd770;
}
.sand-yellow {
color: #ffee70;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--day-at-the-zoo:#ffa070;
--cheese-puff:#ffb870;
--quiche-lorraine:#ffd770;
--sand-yellow:#ffee70;
}