Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-amber {
color: #ffa08f;
}
.pallid-orange {
color: #ffbb9e;
}
.acini-di-pepe {
color: #ffd9b3;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-amber:#ffa08f;
--pallid-orange:#ffbb9e;
--acini-di-pepe:#ffd9b3;
--creamy-cloud-dreams:#fff5e0;
}