Created
October 30, 2015 16:05
-
-
Save simon-engledew/b9cc829988df5ab82737 to your computer and use it in GitHub Desktop.
Using spin to choose nice colours for gradients
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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