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.
Gradient stops
CSS
.gradient {
background-image: linear-gradient(135deg, #635BFF 0%, #0ABAB5 100%);
}Build a palette from #635BFF