Blu Gradient
Click to copy CSS
Blu
Linear gradient
Mixed tone
0 views
Colors
#00416A
rgb(0, 65, 106)
hsl(203, 100%, 21%)
#E4E5E6
rgb(228, 229, 230)
hsl(210, 4%, 90%)
CSS
background: linear-gradient(90deg, #00416a 0%, #e4e5e6 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#00416a] to-[#e4e5e6]
Inline CSS
style="background: linear-gradient(90deg, #00416a 0%, #e4e5e6 100%)"