Color names in this palette
CSS code for this palette
/* CSS */
.pale-petunia {
color: #f7c0c7;
}
.her-majesty {
color: #f7a1a4;
}
.fruity-licious {
color: #f78d90;
}
.shell-pink {
color: #f77e7e;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--pale-petunia:#f7c0c7;
--her-majesty:#f7a1a4;
--fruity-licious:#f78d90;
--shell-pink:#f77e7e;
--breeze-of-chilli:#f76e6e;
}