Color names in this palette
CSS code for this palette
/* CSS */
.snuff {
color: #e6d6e6;
}
.chinaberry-bloom {
color: #d6c2d5;
}
.leek-blossom-pink {
color: #bea2b8;
}
.cotton-candy-aesthetic {
color: #f4b8e4;
}
.tutu {
color: #f7e5e3;
}
/* CSS Variables */
:root {
--snuff:#e6d6e6;
--chinaberry-bloom:#d6c2d5;
--leek-blossom-pink:#bea2b8;
--cotton-candy-aesthetic:#f4b8e4;
--tutu:#f7e5e3;
}