Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.usc-gold {
color: #ffcc00;
}
.hollandaise {
color: #ffec42;
}
.matcha-powder {
color: #a0d100;
}
.mughal-green {
color: #3b8f00;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--usc-gold:#ffcc00;
--hollandaise:#ffec42;
--matcha-powder:#a0d100;
--mughal-green:#3b8f00;
}