Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6e4c8a;
}
.rose-violet {
color: #be4b9e;
}
.sassy-pink {
color: #f3d3f8;
}
.club-mate {
color: #f7e17e;
}
.mango-margarita {
color: #f5b44d;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6e4c8a;
--rose-violet:#be4b9e;
--sassy-pink:#f3d3f8;
--club-mate:#f7e17e;
--mango-margarita:#f5b44d;
}