Color names in this palette
CSS code for this palette
/* CSS */
.powerful-violet {
color: #3e2451;
}
.spring-lobster-dye {
color: #783a78;
}
.antique-hot-pink {
color: #b07d9b;
}
.loveable {
color: #f1c1c5;
}
.blended-fruit {
color: #f8e1a5;
}
/* CSS Variables */
:root {
--powerful-violet:#3e2451;
--spring-lobster-dye:#783a78;
--antique-hot-pink:#b07d9b;
--loveable:#f1c1c5;
--blended-fruit:#f8e1a5;
}