Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.blushing-cinnamon {
color: #ffbe9e;
}
.friendship {
color: #ffd7c2;
}
.light-quilt {
color: #ffe0d6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--blushing-cinnamon:#ffbe9e;
--friendship:#ffd7c2;
--light-quilt:#ffe0d6;
}