Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.neon-light {
color: #ffe15c;
}
.optimistic-yellow {
color: #f4e1a4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--neon-light:#ffe15c;
--optimistic-yellow:#f4e1a4;
--grapefruit-pulp:#ff6e61;
}