Color names in this palette
CSS code for this palette
/* CSS */
.blueberry {
color: #4c3d9e;
}
.fuchsia-blue {
color: #7b5dbb;
}
.wisteria {
color: #a67dbf;
}
.spring-wisteria {
color: #d3a3e0;
}
.loveable {
color: #f1c0c8;
}
/* CSS Variables */
:root {
--blueberry:#4c3d9e;
--fuchsia-blue:#7b5dbb;
--wisteria:#a67dbf;
--spring-wisteria:#d3a3e0;
--loveable:#f1c0c8;
}