Color names in this palette
CSS code for this palette
/* CSS */
.sheer-lavender {
color: #f0e4f1;
}
.york-plum {
color: #d3c2e5;
}
.bloomsberry {
color: #a79bc5;
}
.scampi {
color: #6c5ea1;
}
.daisy-bush {
color: #5e3b8c;
}
/* CSS Variables */
:root {
--sheer-lavender:#f0e4f1;
--york-plum:#d3c2e5;
--bloomsberry:#a79bc5;
--scampi:#6c5ea1;
--daisy-bush:#5e3b8c;
}