Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b2;
}
.pale-petunia {
color: #f9bec7;
}
.tootie-fruity {
color: #fbdae2;
}
.soft-lavender {
color: #f8e2f5;
}
.violet-kiss {
color: #f1a7d3;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b2;
--pale-petunia:#f9bec7;
--tootie-fruity:#fbdae2;
--soft-lavender:#f8e2f5;
--violet-kiss:#f1a7d3;
}