Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.carrot {
color: #ff713d;
}
.orange-soda {
color: #ff5e3d;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--carrot:#ff713d;
--orange-soda:#ff5e3d;
--poppy-red:#e63746;
}