Sel Gradient
Click to copy CSS
Sel
Linear gradient
Mixed tone
0 views
Colors
#00467F
rgb(0, 70, 127)
hsl(207, 100%, 25%)
#A5CC82
rgb(165, 204, 130)
hsl(92, 42%, 65%)
CSS
background: linear-gradient(90deg, #00467f 0%, #a5cc82 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#00467f] to-[#a5cc82]
Inline CSS
style="background: linear-gradient(90deg, #00467f 0%, #a5cc82 100%)"