CSS implements gradient fonts
.gradient{
background-image: linear-gradient(#F38989 ,#C51212);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
SEO e-commerce Website Server Code Construction
.gradient{
background-image: linear-gradient(#F38989 ,#C51212);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}