Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.smashed-pumpkin {
color: #ff6d38;
}
.fluorescent-red {
color: #ff5252;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--smashed-pumpkin:#ff6d38;
--fluorescent-red:#ff5252;
--coral-red:#ff3d3d;
}