Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.reddish-banana {
color: #ffbd8a;
}
.tunisian-stone {
color: #ffdfb3;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--reddish-banana:#ffbd8a;
--tunisian-stone:#ffdfb3;
--creamy-cloud-dreams:#fff5e0;
}