Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.simply-delicious {
color: #ffd1c2;
}
.whisper-yellow {
color: #ffe6b8;
}
.lively-yellow {
color: #ffebb3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--simply-delicious:#ffd1c2;
--whisper-yellow:#ffe6b8;
--lively-yellow:#ffebb3;
}