Color names in this palette
CSS code for this palette
/* CSS */
.chinaberry-bloom {
color: #d6c2d4;
}
.sweety-pie {
color: #e7d0e3;
}
.hopeful {
color: #f2d4e4;
}
.lavender-candy {
color: #f8b4d5;
}
.fresh-on-the-market {
color: #fbacb8;
}
/* CSS Variables */
:root {
--chinaberry-bloom:#d6c2d4;
--sweety-pie:#e7d0e3;
--hopeful:#f2d4e4;
--lavender-candy:#f8b4d5;
--fresh-on-the-market:#fbacb8;
}