Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e4b4d1;
}
.pastel-lavender {
color: #d69ec1;
}
.usu-pink {
color: #a77b9d;
}
.mink-haze {
color: #c5b4a0;
}
.lime-bright {
color: #f2e3b0;
}
/* CSS Variables */
:root {
--gumball:#e4b4d1;
--pastel-lavender:#d69ec1;
--usu-pink:#a77b9d;
--mink-haze:#c5b4a0;
--lime-bright:#f2e3b0;
}