Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.cherry-blossom {
color: #f2c0d3;
}
.first-daughter {
color: #f7d4d8;
}
.tutu {
color: #f8e5e2;
}
.baby-steps {
color: #f3c9d9;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--cherry-blossom:#f2c0d3;
--first-daughter:#f7d4d8;
--tutu:#f8e5e2;
--baby-steps:#f3c9d9;
}