Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.sweet-apricot {
color: #ffbfa3;
}
.powdered-peach {
color: #ffe5d1;
}
.friendship {
color: #ffd5c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--sweet-apricot:#ffbfa3;
--powdered-peach:#ffe5d1;
--friendship:#ffd5c2;
}