Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #ff4d3d;
}
.precious-persimmon {
color: #ff7142;
}
.valley-of-fire {
color: #ff8b4d;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.egg-yolk {
color: #ffcc80;
}
/* CSS Variables */
:root {
--dusk-orange:#ff4d3d;
--precious-persimmon:#ff7142;
--valley-of-fire:#ff8b4d;
--peanut-butter-chicken:#ffb65c;
--egg-yolk:#ffcc80;
}