Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.orange-soda {
color: #ff5e3d;
}
.coral-red {
color: #ff3d3d;
}
.red-stop {
color: #ff1f1f;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--orange-soda:#ff5e3d;
--coral-red:#ff3d3d;
--red-stop:#ff1f1f;
}