Skip to content

Instantly share code, notes, and snippets.

@hotmeteor
Last active August 29, 2015 14:05
Show Gist options
  • Save hotmeteor/4da1ecb397cb9c1256a8 to your computer and use it in GitHub Desktop.
Save hotmeteor/4da1ecb397cb9c1256a8 to your computer and use it in GitHub Desktop.
Beautiful radial gradient
/* as seen at http://uilang.com/ */
main {
background: radial-gradient(ellipse farthest-side at 100% 100%, #F8FFF3 10%, #85D8CE 50%, #085078 120%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment