Color names in this palette
CSS code for this palette
/* CSS */
.pale-petunia {
color: #f6c1c9;
}
.pink-fit {
color: #f4a4b1;
}
.strawberry-shortcake {
color: #f78d99;
}
.lick-and-kiss {
color: #f05672;
}
.rosy-cheeks {
color: #db4d6e;
}
/* CSS Variables */
:root {
--pale-petunia:#f6c1c9;
--pink-fit:#f4a4b1;
--strawberry-shortcake:#f78d99;
--lick-and-kiss:#f05672;
--rosy-cheeks:#db4d6e;
}