Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.usc-gold {
color: #ffcc00;
}
.big-bus-yellow {
color: #ffda8a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--usc-gold:#ffcc00;
--big-bus-yellow:#ffda8a;
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
}