Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.lemon-filling {
color: #f7e6a6;
}
.iced-avocado {
color: #c9e5b8;
}
.fairy-sparkles {
color: #b4e4f9;
}
.rogue-pink {
color: #f6a2bf;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--lemon-filling:#f7e6a6;
--iced-avocado:#c9e5b8;
--fairy-sparkles:#b4e4f9;
--rogue-pink:#f6a2bf;
}