Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.orange-burst {
color: #ff7038;
}
.blood-burst {
color: #ff4d4d;
}
.sizzling-red {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--orange-burst:#ff7038;
--blood-burst:#ff4d4d;
--sizzling-red:#ff3d5a;
}