Skip to main content

Command Palette

Search for a command to run...

Linear gradient css for text

Published
1 min readView as Markdown

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>
34 views