Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.bicycle-yellow {
color: #ffe58f;
}
.juzcar-blue {
color: #a1d3f7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--bicycle-yellow:#ffe58f;
--juzcar-blue:#a1d3f7;
--grapefruit-pulp:#ff6e61;
}