Color names in this palette
CSS code for this palette
/* CSS */
.studio {
color: #794d9d;
}
.wisteria {
color: #a77ccb;
}
.herb-robert {
color: #d6a4e0;
}
.lavender-soap {
color: #f0c1e5;
}
.soft-lavender {
color: #f8e2f7;
}
/* CSS Variables */
:root {
--studio:#794d9d;
--wisteria:#a77ccb;
--herb-robert:#d6a4e0;
--lavender-soap:#f0c1e5;
--soft-lavender:#f8e2f7;
}