Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.cream-puff {
color: #ffb899;
}
.forgotten-sunset {
color: #ffd5b3;
}
.sand-muffin {
color: #ffdfc2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--cream-puff:#ffb899;
--forgotten-sunset:#ffd5b3;
--sand-muffin:#ffdfc2;
}