Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.floral-leaf {
color: #ffb84d;
}
.kanz-orange {
color: #ff8e3d;
}
.smashed-pumpkin {
color: #ff6a3d;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--floral-leaf:#ffb84d;
--kanz-orange:#ff8e3d;
--smashed-pumpkin:#ff6a3d;
--blood-burst:#ff4d4d;
}