_x000D_
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400);_x000D_
_x000D_
body {_x000D_
background: #222;_x000D_
}_x000D_
_x000D_
h1 {_x000D_
display: table;_x000D_
margin: 0 auto;_x000D_
font-family: "Roboto Slab";_x000D_
font-weight: 600;_x000D_
font-size: 7em;_x000D_
background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);_x000D_
-webkit-background-clip: text;_x000D_
-webkit-text-fill-color: transparent;_x000D_
line-height: 200px;_x000D_
}
_x000D_
<h1>beautiful</h1>
_x000D_