Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.mandarin-peel {
color: #ff9d00;
}
.usc-gold {
color: #ffcc00;
}
.viric-green {
color: #99cc00;
}
.chinese-new-year {
color: #ff3366;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--mandarin-peel:#ff9d00;
--usc-gold:#ffcc00;
--viric-green:#99cc00;
--chinese-new-year:#ff3366;
}