Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.caro {
color: #ffccc2;
}
.crushed-cashew {
color: #ffecd6;
}
.crushed-cashew {
color: #ffedd6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--caro:#ffccc2;
--crushed-cashew:#ffecd6;
--crushed-cashew:#ffedd6;
}