Color names in this palette
CSS code for this palette
/* CSS */
.diva-pink {
color: #ff3d77;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ucla-gold {
color: #ffb300;
}
.hollandaise {
color: #ffec3d;
}
.citrus-surge {
color: #8bc34b;
}
/* CSS Variables */
:root {
--diva-pink:#ff3d77;
--grapefruit-pulp:#ff6e61;
--ucla-gold:#ffb300;
--hollandaise:#ffec3d;
--citrus-surge:#8bc34b;
}