Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.jovial-jade {
color: #81dfaa;
}
.cyantific {
color: #75c7c0;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--jovial-jade:#81dfaa;
--cyantific:#75c7c0;
}