Pixel Meadow Gradient
Click to copy CSS
Pixel Meadow
Linear gradient
Mixed tone
0 views
Colors
#57EBDE
rgb(87, 235, 222)
hsl(175, 79%, 63%)
#AEFB2A
rgb(174, 251, 42)
hsl(82, 96%, 57%)
CSS
background: linear-gradient(90deg, #57ebde 0%, #aefb2a 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#57ebde] to-[#aefb2a]
Inline CSS
style="background: linear-gradient(90deg, #57ebde 0%, #aefb2a 100%)"