Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.sweet-apricot {
color: #ffbfa3;
}
.mouse-nose {
color: #ffe4b3;
}
.silky-tofu {
color: #fff6e5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--sweet-apricot:#ffbfa3;
--mouse-nose:#ffe4b3;
--silky-tofu:#fff6e5;
}