Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77dba;
}
.bff {
color: #e1b2d5;
}
.minimal-rose {
color: #f5d1df;
}
.crushed-cashew {
color: #ffedd6;
}
.mixed-fruit {
color: #f9b7b4;
}
/* CSS Variables */
:root {
--wisteria:#a77dba;
--bff:#e1b2d5;
--minimal-rose:#f5d1df;
--crushed-cashew:#ffedd6;
--mixed-fruit:#f9b7b4;
}