Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d3c1e2;
}
.biloba-flower {
color: #b29ad0;
}
.lush-lilac {
color: #9b7bb7;
}
.juneberry {
color: #794f9c;
}
.imperial {
color: #5a2d6c;
}
/* CSS Variables */
:root {
--york-plum:#d3c1e2;
--biloba-flower:#b29ad0;
--lush-lilac:#9b7bb7;
--juneberry:#794f9c;
--imperial:#5a2d6c;
}