Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.creamy-orange-blush {
color: #ff9c7a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}
.pelati {
color: #ff2e2e;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--creamy-orange-blush:#ff9c7a;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
--pelati:#ff2e2e;
}