Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.blushing-cinnamon {
color: #ffbe9e;
}
.curtsy {
color: #ffd4b8;
}
.sand-crystal {
color: #ffeddb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--blushing-cinnamon:#ffbe9e;
--curtsy:#ffd4b8;
--sand-crystal:#ffeddb;
}