Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.shocking-orange {
color: #ff6d1f;
}
.boiling-magma {
color: #ff2f00;
}
.vibrant {
color: #ffd54d;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--shocking-orange:#ff6d1f;
--boiling-magma:#ff2f00;
--vibrant:#ffd54d;
--middle-yellow:#ffea00;
}