Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.chanterelles {
color: #ffc370;
}
.peachy-summer-skies {
color: #ffd8a8;
}
.chilled-lemonade {
color: #ffeb94;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--chanterelles:#ffc370;
--peachy-summer-skies:#ffd8a8;
--chilled-lemonade:#ffeb94;
}