Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d5b8e5;
}
.enchanted-lavender {
color: #bfa1d9;
}
.lilac-breeze {
color: #a78dbf;
}
.jubilee {
color: #7d599b;
}
.regalia {
color: #4f2b7d;
}
/* CSS Variables */
:root {
--pretty-petunia:#d5b8e5;
--enchanted-lavender:#bfa1d9;
--lilac-breeze:#a78dbf;
--jubilee:#7d599b;
--regalia:#4f2b7d;
}