Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.sunburst-yellow {
color: #ffff99;
}
.citrus-surge {
color: #8bc34b;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--sunburst-yellow:#ffff99;
--citrus-surge:#8bc34b;
--devil-s-grass:#4cae4f;
}