Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.buttery-salmon {
color: #ffb19e;
}
.peach-and-quiet {
color: #ffccb3;
}
.south-shore-sun {
color: #ffdd9e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--buttery-salmon:#ffb19e;
--peach-and-quiet:#ffccb3;
--south-shore-sun:#ffdd9e;
}