Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.nature-apricot {
color: #ffbca3;
}
.friendship {
color: #ffdac2;
}
.creamy-cloud-dreams {
color: #fff4e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--nature-apricot:#ffbca3;
--friendship:#ffdac2;
--creamy-cloud-dreams:#fff4e0;
}