Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.persicus {
color: #ffb69e;
}
.sand-muffin {
color: #ffdfc2;
}
.creamy-cloud-dreams {
color: #fff4e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--persicus:#ffb69e;
--sand-muffin:#ffdfc2;
--creamy-cloud-dreams:#fff4e0;
}