Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.candy {
color: #ff9b85;
}
.buttery-salmon {
color: #ffb19e;
}
.orpiment-yellow {
color: #fbc998;
}
.cooled-cream {
color: #fddc96;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--candy:#ff9b85;
--buttery-salmon:#ffb19e;
--orpiment-yellow:#fbc998;
--cooled-cream:#fddc96;
}