Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.vivid-orange {
color: #ff5e00;
}
.sizzling-red {
color: #ff3d5a;
}
.stellar-strawberry {
color: #ff5c85;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--vivid-orange:#ff5e00;
--sizzling-red:#ff3d5a;
--stellar-strawberry:#ff5c85;
}