Gradient generator

Choose two colors, a gradient type and an angle. The URL updates as you go, so any gradient you build can be shared or bookmarked as-is.

linear-gradient(135deg, #635BFF 0%, #0ABAB5 100%)

Gradient stops

CSS

.gradient {
  background-image: linear-gradient(135deg, #635BFF 0%, #0ABAB5 100%);
}
Build a palette from #635BFF