Color names in this palette
CSS code for this palette
/* CSS */
.lavender-blush {
color: #fff0f6;
}
.transparent-pink {
color: #ffe0ed;
}
.sweet-sachet {
color: #ffd6ee;
}
.soulmate-pink {
color: #ffc7e6;
}
.hot-aquarelle-pink {
color: #ffb3e2;
}
/* CSS Variables */
:root {
--lavender-blush:#fff0f6;
--transparent-pink:#ffe0ed;
--sweet-sachet:#ffd6ee;
--soulmate-pink:#ffc7e6;
--hot-aquarelle-pink:#ffb3e2;
}