Color names in this palette
CSS code for this palette
/* CSS */
.lili-elbe-s-pink {
color: #d69fb1;
}
.desire-pink {
color: #f1c6d2;
}
.rose-sugar {
color: #f9e6e6;
}
.gumball {
color: #e8b0d7;
}
.dahlia-delight {
color: #f6bbd5;
}
/* CSS Variables */
:root {
--lili-elbe-s-pink:#d69fb1;
--desire-pink:#f1c6d2;
--rose-sugar:#f9e6e6;
--gumball:#e8b0d7;
--dahlia-delight:#f6bbd5;
}