Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9861;
}
.qing-yellow {
color: #ffcc66;
}
.marsh-mist {
color: #e5e29e;
}
.reed {
color: #c0d3a7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9861;
--qing-yellow:#ffcc66;
--marsh-mist:#e5e29e;
--reed:#c0d3a7;
}