how to change color blue use filter in css code example
Example: css filter color
.text {
background: rgba(0,0,0,.9);
backdrop-filter: grayscale(1) contrast(3) blur(1px);
}
.text {
background: rgba(0,0,0,.9);
backdrop-filter: grayscale(1) contrast(3) blur(1px);
}