Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #fe4b3e;
}
.orange-bell-pepper {
color: #ff8b42;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.milk-punch {
color: #fff4d1;
}
/* CSS Variables */
:root {
--dusk-orange:#fe4b3e;
--orange-bell-pepper:#ff8b42;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--milk-punch:#fff4d1;
}