Color names in this palette
CSS code for this palette
/* CSS */
.bubblegum-crisis {
color: #f2cfef;
}
.barely-bloomed {
color: #dfafe4;
}
.pressed-flower {
color: #d78ebe;
}
.violet-tulle {
color: #b883b9;
}
.gala-ball {
color: #7c5a7a;
}
/* CSS Variables */
:root {
--bubblegum-crisis:#f2cfef;
--barely-bloomed:#dfafe4;
--pressed-flower:#d78ebe;
--violet-tulle:#b883b9;
--gala-ball:#7c5a7a;
}