Color names in this palette
CSS code for this palette
/* CSS */
.candy-dreams {
color: #e5b2f0;
}
.grass-pink-orchid {
color: #c880ff;
}
.legendary-lavender {
color: #8f5ed4;
}
.pure-mauve {
color: #6a4c94;
}
.marionberry {
color: #400080;
}
/* CSS Variables */
:root {
--candy-dreams:#e5b2f0;
--grass-pink-orchid:#c880ff;
--legendary-lavender:#8f5ed4;
--pure-mauve:#6a4c94;
--marionberry:#400080;
}