Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f7b1d6;
}
.sugarwinkle {
color: #f9c3e0;
}
.pale-orchid-petal {
color: #f4e1f0;
}
.pink-fit {
color: #f6a2b4;
}
.sachet-pink {
color: #f28cbc;
}
/* CSS Variables */
:root {
--lavender-candy:#f7b1d6;
--sugarwinkle:#f9c3e0;
--pale-orchid-petal:#f4e1f0;
--pink-fit:#f6a2b4;
--sachet-pink:#f28cbc;
}