Bleem Gradient
Click to copy CSS
Bleem
Linear gradient
Mixed tone
0 views
Colors
#4284DB
rgb(66, 132, 219)
hsl(214, 68%, 56%)
#29EAC4
rgb(41, 234, 196)
hsl(168, 82%, 54%)
CSS
background: linear-gradient(90deg, #4284db 0%, #29eac4 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#4284db] to-[#29eac4]
Inline CSS
style="background: linear-gradient(90deg, #4284db 0%, #29eac4 100%)"