Skip to content

Instantly share code, notes, and snippets.

@texe
Created May 6, 2022 10:09
Show Gist options
  • Save texe/e00c7b39378bddebfb42f1520f1f49b6 to your computer and use it in GitHub Desktop.
Save texe/e00c7b39378bddebfb42f1520f1f49b6 to your computer and use it in GitHub Desktop.
Gradient title in CSS
.gradient {
background-image: linear-gradient(to right, #FF4365, #e6a612, #f8030c);
background-clip: text;
color: transparent;
font-size: 75px;
font-weight:bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment