Color names in this palette
CSS code for this palette
/* CSS */
.petal-plush {
color: #e0b1e7;
}
.favorite-lavender {
color: #d3a7d7;
}
.enchanted-lavender {
color: #c0a4d5;
}
.jubilee {
color: #7f5b9f;
}
.grapes-of-italy {
color: #6b4c8a;
}
/* CSS Variables */
:root {
--petal-plush:#e0b1e7;
--favorite-lavender:#d3a7d7;
--enchanted-lavender:#c0a4d5;
--jubilee:#7f5b9f;
--grapes-of-italy:#6b4c8a;
}