Shrimpy Gradient
Click to copy CSS
Shrimpy
Linear gradient
Red tone
0 views
Colors
#E43A15
rgb(228, 58, 21)
hsl(11, 83%, 49%)
#E65245
rgb(230, 82, 69)
hsl(5, 76%, 59%)
CSS
background: linear-gradient(90deg, #e43a15 0%, #e65245 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#e43a15] to-[#e65245]
Inline CSS
style="background: linear-gradient(90deg, #e43a15 0%, #e65245 100%)"