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