Color names in this palette
CSS code for this palette
/* CSS */
.beauty-bush {
color: #e9bab4;
}
.snowpink {
color: #f0c5c1;
}
.pink-dogwood {
color: #f6d1d0;
}
.tutu {
color: #f8e3e2;
}
.unburdened-pink {
color: #fce8e8;
}
/* CSS Variables */
:root {
--beauty-bush:#e9bab4;
--snowpink:#f0c5c1;
--pink-dogwood:#f6d1d0;
--tutu:#f8e3e2;
--unburdened-pink:#fce8e8;
}