Gradient Preview
Color Stops (2)
Usage Examples
Background
Button
Avatar
Progress
Generated CSS
.gradient-element {
background: linear-gradient(45deg, #006d1b 0%, #0a8aa5 100%);
/* Additional properties */
width: 100%;
height: 200px;
border-radius: 8px;
}