Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #fe4b3e;
}
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--dusk-orange:#fe4b3e;
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--hollandaise:#ffec3d;
}