Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.xanthe-yellow {
color: #ffee57;
}
.be-spontaneous {
color: #a0d369;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--xanthe-yellow:#ffee57;
--be-spontaneous:#a0d369;
--devil-s-grass:#4cae4f;
}