Skip to content

Instantly share code, notes, and snippets.

@SashaDesigN
Created May 16, 2020 13:58
Show Gist options
  • Save SashaDesigN/424718649471c91af02183c90de2129c to your computer and use it in GitHub Desktop.
Save SashaDesigN/424718649471c91af02183c90de2129c to your computer and use it in GitHub Desktop.
background: rgb(80,2,97);
background: -moz-linear-gradient(306deg, rgba(80,2,97,1) 0%, rgba(97,9,121,1) 12%, rgba(171,5,185,1) 27%, rgba(134,4,204,1) 42%, rgba(192,3,216,1) 53%, rgba(173,0,203,1) 66%, rgba(0,53,181,1) 84%, rgba(110,0,157,1) 100%);
background: -webkit-linear-gradient(306deg, rgba(80,2,97,1) 0%, rgba(97,9,121,1) 12%, rgba(171,5,185,1) 27%, rgba(134,4,204,1) 42%, rgba(192,3,216,1) 53%, rgba(173,0,203,1) 66%, rgba(0,53,181,1) 84%, rgba(110,0,157,1) 100%);
background: linear-gradient(306deg, rgba(80,2,97,1) 0%, rgba(97,9,121,1) 12%, rgba(171,5,185,1) 27%, rgba(134,4,204,1) 42%, rgba(192,3,216,1) 53%, rgba(173,0,203,1) 66%, rgba(0,53,181,1) 84%, rgba(110,0,157,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#500261",endColorstr="#6e009d",GradientType=1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment