Color names in this palette
CSS code for this palette
/* CSS */
.emerald-light-green {
color: #01a267;
}
.weird-green {
color: #4cdc8a;
}
.overtone {
color: #a3e0af;
}
.white-nectar {
color: #f7f9d7;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--emerald-light-green:#01a267;
--weird-green:#4cdc8a;
--overtone:#a3e0af;
--white-nectar:#f7f9d7;
--ucla-gold:#ffb300;
}