Joomla Gradient

Click to copy CSS

Joomla

Linear gradient Mixed tone 0 views

Colors

#1E3C72
rgb(30, 60, 114)
hsl(219, 58%, 28%)
#2A5298
rgb(42, 82, 152)
hsl(218, 57%, 38%)

CSS

background: linear-gradient(90deg, #1e3c72 0%, #2a5298 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#1e3c72] to-[#2a5298]
Inline CSS
style="background: linear-gradient(90deg, #1e3c72 0%, #2a5298 100%)"