Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.banana-yellow {
color: #ffe033;
}
.mountain-mint {
color: #a9dfbf;
}
.xavier-blue {
color: #69b4e2;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--banana-yellow:#ffe033;
--mountain-mint:#a9dfbf;
--xavier-blue:#69b4e2;
}