Color names in this palette
CSS code for this palette
/* CSS */
.violet-velvet {
color: #b49edc;
}
.tropical-violet {
color: #d1a2e2;
}
.cotton-candy-aesthetic {
color: #f5b7e6;
}
.sorreno-lemon {
color: #f2d35a;
}
.breeze-of-chilli {
color: #f46c6c;
}
/* CSS Variables */
:root {
--violet-velvet:#b49edc;
--tropical-violet:#d1a2e2;
--cotton-candy-aesthetic:#f5b7e6;
--sorreno-lemon:#f2d35a;
--breeze-of-chilli:#f46c6c;
}