Skip to content

Instantly share code, notes, and snippets.

@fadlisaad
Last active October 31, 2017 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fadlisaad/45d4351dca5c1f8c8a02897ed156883d to your computer and use it in GitHub Desktop.
Save fadlisaad/45d4351dca5c1f8c8a02897ed156883d to your computer and use it in GitHub Desktop.
Gradient color background CSS
.gradient {
background: linear-gradient(308deg, #4091eb, #6f5dbe 59%, #8446aa 86%, #903a9f);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment