Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.usu-pink {
color: #a77b9d;
}
.linnea-blossom {
color: #c5a9c6;
}
.splash-of-honey {
color: #daba8b;
}
.sunshine-mellow {
color: #f4c210;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--usu-pink:#a77b9d;
--linnea-blossom:#c5a9c6;
--splash-of-honey:#daba8b;
--sunshine-mellow:#f4c210;
}