Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #ff4a3d;
}
.smashed-pumpkin {
color: #ff6a3d;
}
.joyful-orange {
color: #ff913d;
}
.floral-leaf {
color: #ffb84d;
}
.neon-light {
color: #ffde5c;
}
/* CSS Variables */
:root {
--dusk-orange:#ff4a3d;
--smashed-pumpkin:#ff6a3d;
--joyful-orange:#ff913d;
--floral-leaf:#ffb84d;
--neon-light:#ffde5c;
}