Poncho Gradient
Click to copy CSS
Poncho
Linear gradient
Dark tone
0 views
Colors
#403A3E
rgb(64, 58, 62)
hsl(320, 5%, 24%)
#BE5869
rgb(190, 88, 105)
hsl(350, 44%, 55%)
CSS
background: linear-gradient(90deg, #403a3e 0%, #be5869 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#403a3e] to-[#be5869]
Inline CSS
style="background: linear-gradient(90deg, #403a3e 0%, #be5869 100%)"