Skip to content

Instantly share code, notes, and snippets.

@hachesilva
Last active August 4, 2017 16:56
Show Gist options
  • Save hachesilva/3e46fbc86a602425264dbe91c0ece951 to your computer and use it in GitHub Desktop.
Save hachesilva/3e46fbc86a602425264dbe91c0ece951 to your computer and use it in GitHub Desktop.
.paypal-blue {
background-color: #009cde;
background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
}
.virgin-pink {
background: linear-gradient(to bottom,rgba(191,33,112,1) 0,rgba(198,32,104,1) 19%,rgba(218,30,80,1) 77%,rgba(218,30,80,1) 94%);
}
.ib-green {
background: linear-gradient(50deg, rgba(21, 217, 188, 0.65) 0%, rgba(157, 245, 110, 0.65) 100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment