Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.nature-apricot {
color: #ffbaa3;
}
.sand-muffin {
color: #ffdfc2;
}
.misty-rose {
color: #ffe5e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--nature-apricot:#ffbaa3;
--sand-muffin:#ffdfc2;
--misty-rose:#ffe5e0;
}