Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.reddish-banana {
color: #ffbd8a;
}
.peachy-summer-skies {
color: #ffd8a8;
}
.creamy-cloud-dreams {
color: #fff3e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--reddish-banana:#ffbd8a;
--peachy-summer-skies:#ffd8a8;
--creamy-cloud-dreams:#fff3e0;
}