Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.bright-orange {
color: #ff6d33;
}
.poppy-surprise {
color: #ff542e;
}
.electric-blood {
color: #e53c2a;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--bright-orange:#ff6d33;
--poppy-surprise:#ff542e;
--electric-blood:#e53c2a;
}