CSS
body{
perspective: 400px;
}
#element{
color:#000;
font-size:50px;
transform: rotateY(35deg);
margin:20px auto;
background:yellow;
width:300px;
}
h1{
text-align:center;
font-size:111px;
background: -webkit-linear-gradient(#eee, #333);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}