Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.fruit-bowl {
color: #fbc6d2;
}
.pink-frosting {
color: #f7d4e1;
}
.fresh-piglet {
color: #fcdee4;
}
.rozowy-pink {
color: #f4a4b7;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--fruit-bowl:#fbc6d2;
--pink-frosting:#f7d4e1;
--fresh-piglet:#fcdee4;
--rozowy-pink:#f4a4b7;
}