Color names in this palette
CSS code for this palette
/* CSS */
.wild-aster {
color: #a93d85;
}
.crushed-berries {
color: #d55d9b;
}
.sachet-pink {
color: #f18eba;
}
.dahlia-delight {
color: #f5bcd1;
}
.baby-girl {
color: #fee1e7;
}
/* CSS Variables */
:root {
--wild-aster:#a93d85;
--crushed-berries:#d55d9b;
--sachet-pink:#f18eba;
--dahlia-delight:#f5bcd1;
--baby-girl:#fee1e7;
}