Amber Coast Gradient

Click to copy CSS

Amber Coast

Linear gradient Mixed tone 0 views

Colors

#1C90BF
rgb(28, 144, 191)
hsl(197, 74%, 43%)
#EB8A3D
rgb(235, 138, 61)
hsl(27, 81%, 58%)

CSS

background: linear-gradient(90deg, #1c90bf 0%, #eb8a3d 100%);
      

Other Formats

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