Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.kanz-orange {
color: #ff8e3d;
}
.extreme-carrot {
color: #ff702e;
}
.tan-red {
color: #ff4f1f;
}
.ferrari-red {
color: #ff2b00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--kanz-orange:#ff8e3d;
--extreme-carrot:#ff702e;
--tan-red:#ff4f1f;
--ferrari-red:#ff2b00;
}