"pink"
.ggplot(data = starwars,
mapping = aes(x = height, y = mass, color = gender, size = birth_year)) +
geom_point(color = "#30509C") +
labs(size = "Birth year", x = "Height", y = "Mass")
## Warning: Removed 51 rows containing missing values (geom_point).