Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #ff4d3d;
}
.mango-tango {
color: #ff7e3d;
}
.floral-leaf {
color: #ffb84d;
}
.midday-sun {
color: #ffe0a3;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--dusk-orange:#ff4d3d;
--mango-tango:#ff7e3d;
--floral-leaf:#ffb84d;
--midday-sun:#ffe0a3;
--white:#ffffff;
}