Color names in this palette
CSS code for this palette
/* CSS */
.lilac-haze {
color: #d5b8d5;
}
.heart-potion {
color: #a97bb2;
}
.grapes-of-italy {
color: #6a4a8c;
}
.mystic-nights {
color: #4c2f75;
}
.silver-sweetpea {
color: #c2c8e0;
}
/* CSS Variables */
:root {
--lilac-haze:#d5b8d5;
--heart-potion:#a97bb2;
--grapes-of-italy:#6a4a8c;
--mystic-nights:#4c2f75;
--silver-sweetpea:#c2c8e0;
}