Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.sweet-apricot {
color: #ffbfa3;
}
.powdered-peach {
color: #ffe3d1;
}
.crushed-cashew {
color: #ffedd6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--sweet-apricot:#ffbfa3;
--powdered-peach:#ffe3d1;
--crushed-cashew:#ffedd6;
}