Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.extreme-carrot {
color: #ff6d2e;
}
.portland-orange {
color: #ff5938;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--extreme-carrot:#ff6d2e;
--portland-orange:#ff5938;
--coral-red:#ff3d3d;
}