Horizon Gradient
Click to copy CSS
Horizon
Linear gradient
Mixed tone
0 views
Colors
#003973
rgb(0, 57, 115)
hsl(210, 100%, 23%)
#E5E5BE
rgb(229, 229, 190)
hsl(60, 43%, 82%)
CSS
background: linear-gradient(90deg, #003973 0%, #e5e5be 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#003973] to-[#e5e5be]
Inline CSS
style="background: linear-gradient(90deg, #003973 0%, #e5e5be 100%)"