Color names in this palette
CSS code for this palette
/* CSS */
.orange-you-happy {
color: #ff7f24;
}
.radiant-yellow {
color: #ff9e1f;
}
.floral-leaf {
color: #ffb84d;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--orange-you-happy:#ff7f24;
--radiant-yellow:#ff9e1f;
--floral-leaf:#ffb84d;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}