Color names in this palette
CSS code for this palette
/* CSS */
.pearly-purple {
color: #b86b9c;
}
.lili-elbe-s-pink {
color: #d4a1b1;
}
.etcetera {
color: #e1c6d5;
}
.roselle {
color: #f1dfe5;
}
.noodles {
color: #f8e1b4;
}
/* CSS Variables */
:root {
--pearly-purple:#b86b9c;
--lili-elbe-s-pink:#d4a1b1;
--etcetera:#e1c6d5;
--roselle:#f1dfe5;
--noodles:#f8e1b4;
}