Color names in this palette
CSS code for this palette
/* CSS */
.kacey-s-pink {
color: #e94e77;
}
.ucla-gold {
color: #ffb300;
}
.verditer {
color: #00b8a8;
}
.lynx-white {
color: #f7f7f7;
}
.cute-crab {
color: #d84141;
}
/* CSS Variables */
:root {
--kacey-s-pink:#e94e77;
--ucla-gold:#ffb300;
--verditer:#00b8a8;
--lynx-white:#f7f7f7;
--cute-crab:#d84141;
}