imge color css code example
Example 1: filter for css white color
.custom-2 {
filter: brightness(0) invert(1);
}
Example 2: invert css
.image {
filter: invert(1);
}
.custom-2 {
filter: brightness(0) invert(1);
}
.image {
filter: invert(1);
}