Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f9d7e1;
}
.rozowy-pink {
color: #f3a5b9;
}
.pale-primrose {
color: #f0c7d2;
}
.gumball {
color: #e5b3d0;
}
.pink-cattleya {
color: #ffb3d1;
}
/* CSS Variables */
:root {
--pink-frosting:#f9d7e1;
--rozowy-pink:#f3a5b9;
--pale-primrose:#f0c7d2;
--gumball:#e5b3d0;
--pink-cattleya:#ffb3d1;
}