Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e2b1d5;
}
.usu-pink {
color: #a77b9d;
}
.beaded-blue {
color: #4d4b91;
}
.blue-chill {
color: #3e8e8e;
}
.solar-plexus-chakra {
color: #efca4d;
}
/* CSS Variables */
:root {
--gumball:#e2b1d5;
--usu-pink:#a77b9d;
--beaded-blue:#4d4b91;
--blue-chill:#3e8e8e;
--solar-plexus-chakra:#efca4d;
}