Skip to content

Instantly share code, notes, and snippets.

@simon-engledew
Created October 30, 2015 16:05
Show Gist options
  • Save simon-engledew/b9cc829988df5ab82737 to your computer and use it in GitHub Desktop.
Save simon-engledew/b9cc829988df5ab82737 to your computer and use it in GitHub Desktop.
Using spin to choose nice colours for gradients
// background-image: radial-gradient(circle at 50% 50%, spin(rgba(255,221,0,1), 0) 29%, spin(rgba(255,221,0,1), -16%) 120%);
background-image: radial-gradient(circle at 50% 50%, spin(rgba(0,116,217,1), -16%) 29%, spin(rgba(0,116,217,1), 0) 120%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment