Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.halloween {
color: #ff613d;
}
.dusk-orange {
color: #ff4c38;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--halloween:#ff613d;
--dusk-orange:#ff4c38;
--carmine:#d60032;
}