Color names in this palette
CSS code for this palette
/* CSS */
.middy-s-purple {
color: #a58adb;
}
.enchanted-lavender {
color: #bfa2d8;
}
.pretty-petunia {
color: #d3b2e0;
}
.gumball {
color: #e6b3d0;
}
.harmonious-rose {
color: #f49fb7;
}
/* CSS Variables */
:root {
--middy-s-purple:#a58adb;
--enchanted-lavender:#bfa2d8;
--pretty-petunia:#d3b2e0;
--gumball:#e6b3d0;
--harmonious-rose:#f49fb7;
}