Color names in this palette
CSS code for this palette
/* CSS */
.petal-plush {
color: #e0b1e7;
}
.barely-bloomed {
color: #d8a6e2;
}
.autumn-wisteria {
color: #caa3db;
}
.middy-s-purple {
color: #a891d9;
}
.clear-mauve {
color: #7e6ab4;
}
/* CSS Variables */
:root {
--petal-plush:#e0b1e7;
--barely-bloomed:#d8a6e2;
--autumn-wisteria:#caa3db;
--middy-s-purple:#a891d9;
--clear-mauve:#7e6ab4;
}