Color names in this palette
CSS code for this palette
/* CSS */
.flirty-pink {
color: #a38bb1;
}
.tea-towel {
color: #c4a3c8;
}
.vanity-pink {
color: #e5c8e1;
}
.samantha-s-room {
color: #f1d5e7;
}
.petal-poise {
color: #f8e2f2;
}
/* CSS Variables */
:root {
--flirty-pink:#a38bb1;
--tea-towel:#c4a3c8;
--vanity-pink:#e5c8e1;
--samantha-s-room:#f1d5e7;
--petal-poise:#f8e2f2;
}