Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.brink-pink {
color: #ff5c7f;
}
.blood-burst {
color: #ff4d4d;
}
.sizzling-red {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--brink-pink:#ff5c7f;
--blood-burst:#ff4d4d;
--sizzling-red:#ff3d5a;
}