Color names in this palette
CSS code for this palette
/* CSS */
.purple-sapphire {
color: #804c90;
}
.wisteria {
color: #b07bc1;
}
.bright-ube {
color: #d6a1e8;
}
.purple-s-baby-sister {
color: #f1c4f2;
}
.pork-belly {
color: #f9e1e7;
}
/* CSS Variables */
:root {
--purple-sapphire:#804c90;
--wisteria:#b07bc1;
--bright-ube:#d6a1e8;
--purple-s-baby-sister:#f1c4f2;
--pork-belly:#f9e1e7;
}