Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.pallid-orange {
color: #ffba9e;
}
.fuzzy-navel {
color: #ffd59e;
}
.tunisian-stone {
color: #ffdfb3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--pallid-orange:#ffba9e;
--fuzzy-navel:#ffd59e;
--tunisian-stone:#ffdfb3;
}