Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-spice {
color: #ff9e61;
}
.qing-yellow {
color: #ffcc66;
}
.midday-sun {
color: #ffe0a3;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-spice:#ff9e61;
--qing-yellow:#ffcc66;
--midday-sun:#ffe0a3;
--bleached-silk:#f2f2f2;
}