# Linear gradient css for text

Inline css

```
<span style="background: linear-gradient(to right, #5AC5C7 0%, #5af9c8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;">Place your text here</span>
``` 

