Skip to content

Instantly share code, notes, and snippets.

@iAMNABHON
Created December 9, 2022 21:46
Show Gist options
  • Select an option

  • Save iAMNABHON/53a2a9bf188b4a4ec10744da51013094 to your computer and use it in GitHub Desktop.

Select an option

Save iAMNABHON/53a2a9bf188b4a4ec10744da51013094 to your computer and use it in GitHub Desktop.
5 color linear gradient
<div class="linear-gradient"></div>
body {
margin: 0;
}
.linear-gradient {
background: linear-gradient(#80FFDB, #64DFDF, #48BFE3, #5390D9, #5E60CE);
height: 100vh;
width: 100vw;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment