Color names in this palette
CSS code for this palette
/* CSS */
.fragrant-lilac {
color: #cda7b9;
}
.pink-lavender {
color: #d7b2c9;
}
.favourite-lady {
color: #e2c5d5;
}
.white-christmas {
color: #f4e7e9;
}
.baby-steps {
color: #f8c9d9;
}
/* CSS Variables */
:root {
--fragrant-lilac:#cda7b9;
--pink-lavender:#d7b2c9;
--favourite-lady:#e2c5d5;
--white-christmas:#f4e7e9;
--baby-steps:#f8c9d9;
}