Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.buttery-salmon {
color: #ffb19e;
}
.peach-and-quiet {
color: #ffccb3;
}
.friendship {
color: #ffd6c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--buttery-salmon:#ffb19e;
--peach-and-quiet:#ffccb3;
--friendship:#ffd6c2;
}