Royal Blue + Petrol Gradient

Click to copy CSS

Royal Blue + Petrol

Linear gradient Mixed tone 0 views

Colors

#BBD2C5
rgb(187, 210, 197)
hsl(146, 20%, 78%)
#536976
rgb(83, 105, 118)
hsl(202, 17%, 39%)
#292E49
rgb(41, 46, 73)
hsl(231, 28%, 22%)

CSS

background: linear-gradient(90deg, #bbd2c5 0%, #536976 50%, #292e49 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#bbd2c5] to-[#292e49]
Inline CSS
style="background: linear-gradient(90deg, #bbd2c5 0%, #536976 50%, #292e49 100%)"