Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.usu-pink {
color: #a479a0;
}
.sweet-lilac {
color: #eab8d1;
}
.lemon-rose {
color: #f9e9ae;
}
.sunny-mood {
color: #f6c84c;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--usu-pink:#a479a0;
--sweet-lilac:#eab8d1;
--lemon-rose:#f9e9ae;
--sunny-mood:#f6c84c;
}