Skip to content

Instantly share code, notes, and snippets.

@tallesairan
Created September 19, 2018 12:16
Show Gist options
  • Save tallesairan/125ca8c571873ad3ff338991d327c6a1 to your computer and use it in GitHub Desktop.
Save tallesairan/125ca8c571873ad3ff338991d327c6a1 to your computer and use it in GitHub Desktop.
text gradient css
.text-gradient {
background-blend-mode: soft-light;
background-image: linear-gradient(to top, rgb(16, 18, 16), rgb(255, 255, 255)), linear-gradient(tan, rgb(212, 181, 120));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment