1h1 {
2 font-size: 72px;
3 background: -webkit-linear-gradient(#eee, #333);
4 -webkit-background-clip: text;
5 -webkit-text-fill-color: transparent;
6}
1h1 {
2 font-size: 72px;
3 background-image: linear-gradient(
4 110deg,
5 #463f64,
6 #463f64,
7 #e2285c
8 );
9 -webkit-background-clip: text;
10 -webkit-text-fill-color: transparent;
11}
1selector h2 {
2 background-image: linear-gradient(to right,#463f64,#463f64, #e2285c, #e2285c);
3 -webkit-background-clip: text;
4 display: inline-block;
5 padding: 14px;
6 -webkit-text-fill-color: #00000000;
7 font-family: 'Stay Out Regular';
8}
9
10
11