Color names in this palette
CSS code for this palette
/* CSS */
.wisteria-purple {
color: #8a5b9a;
}
.soft-purple {
color: #a96fbe;
}
.bright-ube {
color: #d1a7e6;
}
.pink-heath {
color: #f3bfdf;
}
.pink-fit {
color: #f6a7b3;
}
/* CSS Variables */
:root {
--wisteria-purple:#8a5b9a;
--soft-purple:#a96fbe;
--bright-ube:#d1a7e6;
--pink-heath:#f3bfdf;
--pink-fit:#f6a7b3;
}