Color names in this palette
CSS code for this palette
/* CSS */
.jagger {
color: #3b2e4d;
}
.purple-reign {
color: #5b4b71;
}
.flowering-raspberry {
color: #9c6d92;
}
.lilac-pink {
color: #c49fc6;
}
.sassy-pink {
color: #f2d0f6;
}
/* CSS Variables */
:root {
--jagger:#3b2e4d;
--purple-reign:#5b4b71;
--flowering-raspberry:#9c6d92;
--lilac-pink:#c49fc6;
--sassy-pink:#f2d0f6;
}