Talking To Mice Elf Gradient

Click to copy CSS

Talking To Mice Elf

Linear gradient Mixed tone 0 views

Colors

#948E99
rgb(148, 142, 153)
hsl(273, 5%, 58%)
#2E1437
rgb(46, 20, 55)
hsl(285, 47%, 15%)

CSS

background: linear-gradient(90deg, #948e99 0%, #2e1437 100%);
      

Other Formats

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