Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f1b1d5;
}
.sweetheart {
color: #f3c4d6;
}
.poetic-princess {
color: #f8e2e5;
}
.mauvelous {
color: #d6b3c1;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--soft-cashmere:#f1b1d5;
--sweetheart:#f3c4d6;
--poetic-princess:#f8e2e5;
--mauvelous:#d6b3c1;
--sweet-lilac:#eab8d1;
}