Color names in this palette
CSS code for this palette
/* CSS */
.two-peas-in-a-pod {
color: #9ccf54;
}
.akhdhar-green {
color: #b4e61e;
}
.hollandaise {
color: #ffec3d;
}
.usc-gold {
color: #ffcc00;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--two-peas-in-a-pod:#9ccf54;
--akhdhar-green:#b4e61e;
--hollandaise:#ffec3d;
--usc-gold:#ffcc00;
--vitamin-c:#ff9900;
}