Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.sweet-lilac {
color: #eab8d1;
}
.think-pink {
color: #e6a2c1;
}
.tickled-pink {
color: #f1a7c3;
}
.lavender-candy {
color: #f6b1d8;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--sweet-lilac:#eab8d1;
--think-pink:#e6a2c1;
--tickled-pink:#f1a7c3;
--lavender-candy:#f6b1d8;
}