Gradient Generator
Build a CSS linear gradient and copy the code.
linear-gradient(90deg, #3F5C4A, #F1EFE9)
Stays on this deviceColors are processed locally.
How to use
- Set angle and colors.
- Copy the CSS.
Example
linear-gradient(90deg, #3F5C4A, #F1EFE9)
Gradient Generator
Outputs a linear-gradient() value you can paste into CSS.
FAQ
- Are radial gradients included?
- Not in this first version.