Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.little-bow-pink {
color: #d57c94;
}
.diva-glam {
color: #b34d79;
}
.pico-eggplant {
color: #7d2b54;
}
.chilli-black-red {
color: #4d1e36;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--little-bow-pink:#d57c94;
--diva-glam:#b34d79;
--pico-eggplant:#7d2b54;
--chilli-black-red:#4d1e36;
}