Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.orange-soda {
color: #ff5a3d;
}
.dizzy-days {
color: #d24e2d;
}
.madder-red {
color: #b42d2d;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--orange-soda:#ff5a3d;
--dizzy-days:#d24e2d;
--madder-red:#b42d2d;
}