Color names in this palette
CSS code for this palette
/* CSS */
.diva-pink {
color: #ff3d77;
}
.carrot {
color: #ff713d;
}
.ucla-gold {
color: #ffb300;
}
.banana-farm {
color: #ffdf3d;
}
.bright-light-green {
color: #3dff5e;
}
/* CSS Variables */
:root {
--diva-pink:#ff3d77;
--carrot:#ff713d;
--ucla-gold:#ffb300;
--banana-farm:#ffdf3d;
--bright-light-green:#3dff5e;
}