Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.orange-burst {
color: #ff7038;
}
.poppy-surprise {
color: #ff582e;
}
.poppy-surprise {
color: #ff512e;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--orange-burst:#ff7038;
--poppy-surprise:#ff582e;
--poppy-surprise:#ff512e;
}