Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.orange-pop {
color: #ffb83d;
}
.egg-yolk {
color: #ffcc80;
}
.sand-muffin {
color: #ffdfc2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--orange-pop:#ffb83d;
--egg-yolk:#ffcc80;
--sand-muffin:#ffdfc2;
--grapefruit-pulp:#ff6e61;
}