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: #ffd5c2;
}
.doeskin {
color: #fff2e5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--blushing-cinnamon:#ffbe9e;
--friendship:#ffd5c2;
--doeskin:#fff2e5;
}