Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9861;
}
.grandis {
color: #ffcd75;
}
.aspen-yellow {
color: #f8dfa0;
}
.fading-rose {
color: #fcd1cf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9861;
--grandis:#ffcd75;
--aspen-yellow:#f8dfa0;
--fading-rose:#fcd1cf;
}