Color names in this palette
CSS code for this palette
/* CSS */
.dessert-cream {
color: #f5e5d1;
}
.sweetheart {
color: #f1c6d8;
}
.rosecco {
color: #eab8e4;
}
.petal-plush {
color: #d6a8f0;
}
.baby-bunting {
color: #aac7e9;
}
/* CSS Variables */
:root {
--dessert-cream:#f5e5d1;
--sweetheart:#f1c6d8;
--rosecco:#eab8e4;
--petal-plush:#d6a8f0;
--baby-bunting:#aac7e9;
}