Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.sweet-apricot {
color: #ffc0a3;
}
.forgotten-sunset {
color: #ffd4b3;
}
.pink-glow {
color: #ffebe0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--sweet-apricot:#ffc0a3;
--forgotten-sunset:#ffd4b3;
--pink-glow:#ffebe0;
}