Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.vibrant {
color: #ffd54d;
}
.protein-high {
color: #ff8a66;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--vibrant:#ffd54d;
--protein-high:#ff8a66;
}