Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.tiger-yellow {
color: #ffdf80;
}
.lemon-bundt-cake {
color: #fff59e;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--tiger-yellow:#ffdf80;
--lemon-bundt-cake:#fff59e;
}