Color names in this palette
CSS code for this palette
/* CSS */
.juneberry {
color: #79599b;
}
.lilac-breeze {
color: #a78ebe;
}
.drifting-dream {
color: #cfb8e0;
}
.milkshake-pink {
color: #f1cbd4;
}
.icy-lemonade {
color: #f6e6b1;
}
/* CSS Variables */
:root {
--juneberry:#79599b;
--lilac-breeze:#a78ebe;
--drifting-dream:#cfb8e0;
--milkshake-pink:#f1cbd4;
--icy-lemonade:#f6e6b1;
}