Dusk Gradient

Click to copy CSS

Dusk

Linear gradient Mixed tone 0 views

Colors

#2C3E50
rgb(44, 62, 80)
hsl(210, 29%, 24%)
#FD746C
rgb(253, 116, 108)
hsl(3, 97%, 71%)

CSS

background: linear-gradient(90deg, #2c3e50 0%, #fd746c 100%);
      

Other Formats

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