Color names in this palette
CSS code for this palette
/* CSS */
.middy-s-purple {
color: #a78bda;
}
.enchanted-lavender {
color: #b9a1d9;
}
.pretty-petunia {
color: #d5b7e1;
}
.sugar-high {
color: #f1c6e7;
}
.angel-blush {
color: #f7e3d9;
}
/* CSS Variables */
:root {
--middy-s-purple:#a78bda;
--enchanted-lavender:#b9a1d9;
--pretty-petunia:#d5b7e1;
--sugar-high:#f1c6e7;
--angel-blush:#f7e3d9;
}