Color names in this palette
CSS code for this palette
/* CSS */
.dessert-cream {
color: #f5e4d1;
}
.pink-marshmallow {
color: #f5b8d1;
}
.pinky-swear {
color: #f1a7ea;
}
.bright-ube {
color: #d5a6e8;
}
.beautiful-dream {
color: #b8c6e5;
}
/* CSS Variables */
:root {
--dessert-cream:#f5e4d1;
--pink-marshmallow:#f5b8d1;
--pinky-swear:#f1a7ea;
--bright-ube:#d5a6e8;
--beautiful-dream:#b8c6e5;
}