Color names in this palette
CSS code for this palette
/* CSS */
.dreamy-candy-forest {
color: #b7a0e9;
}
.lush-lilac {
color: #9d7eb9;
}
.studio {
color: #6c4fa1;
}
.prism-violet {
color: #4b3b7d;
}
.night-fog {
color: #2d1a6b;
}
/* CSS Variables */
:root {
--dreamy-candy-forest:#b7a0e9;
--lush-lilac:#9d7eb9;
--studio:#6c4fa1;
--prism-violet:#4b3b7d;
--night-fog:#2d1a6b;
}