Color names in this palette
CSS code for this palette
/* CSS */
.kacey-s-pink {
color: #e94e77;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ucla-gold {
color: #ffb300;
}
.kryptonite-green {
color: #409c44;
}
.emerald-bliss {
color: #4bbead;
}
/* CSS Variables */
:root {
--kacey-s-pink:#e94e77;
--grapefruit-pulp:#ff6e61;
--ucla-gold:#ffb300;
--kryptonite-green:#409c44;
--emerald-bliss:#4bbead;
}