CSS code for this palette
/* CSS */
.temptress {
color: #3c202c;
}
.grapes-of-italy {
color: #6a4a8c;
}
.usu-pink {
color: #a27c9d;
}
.siesta {
color: #f0c2a8;
}
.yellowish {
color: #f9ed67;
}
/* CSS Variables */
:root {
--temptress:#3c202c;
--grapes-of-italy:#6a4a8c;
--usu-pink:#a27c9d;
--siesta:#f0c2a8;
--yellowish:#f9ed67;
}