Mint Fresh Gradient

Click to copy CSS

Mint Fresh

Linear gradient Mixed tone 0 views

Colors

#00F2FE
rgb(0, 242, 254)
hsl(183, 100%, 50%)
#4FACFE
rgb(79, 172, 254)
hsl(208, 99%, 65%)

CSS

background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#00f2fe] to-[#4facfe]
Inline CSS
style="background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%)"