Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.orange-soda {
color: #ff5e3d;
}
.blood-burst {
color: #ff4d4d;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--orange-soda:#ff5e3d;
--blood-burst:#ff4d4d;
--poppy-red:#e63746;
}