Color names in this palette
CSS code for this palette
/* CSS */
.middy-s-purple {
color: #a08bda;
}
.enchanted-lavender {
color: #bfa2e2;
}
.pretty-petunia {
color: #d5b1e7;
}
.mountain-laurel {
color: #f5c7d5;
}
.pink-fit {
color: #f6a2b4;
}
/* CSS Variables */
:root {
--middy-s-purple:#a08bda;
--enchanted-lavender:#bfa2e2;
--pretty-petunia:#d5b1e7;
--mountain-laurel:#f5c7d5;
--pink-fit:#f6a2b4;
}