Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.coral-dusk {
color: #ffb58a;
}
.sun-drenched {
color: #ffe5a3;
}
.creamy-cloud-dreams {
color: #fff6e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--coral-dusk:#ffb58a;
--sun-drenched:#ffe5a3;
--creamy-cloud-dreams:#fff6e0;
}