Metapolis Gradient
Click to copy CSS
Metapolis
Linear gradient
Mixed tone
0 views
Colors
#659999
rgb(101, 153, 153)
hsl(180, 20%, 50%)
#F4791F
rgb(244, 121, 31)
hsl(25, 91%, 54%)
CSS
background: linear-gradient(90deg, #659999 0%, #f4791f 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#659999] to-[#f4791f]
Inline CSS
style="background: linear-gradient(90deg, #659999 0%, #f4791f 100%)"