Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.tomorrow-s-coral {
color: #ffc2a3;
}
.mouse-nose {
color: #ffe4b3;
}
.creamy-cloud-dreams {
color: #fff6e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--tomorrow-s-coral:#ffc2a3;
--mouse-nose:#ffe4b3;
--creamy-cloud-dreams:#fff6e0;
}