Dusty Grass Gradient
Click to copy CSS
Dusty Grass
Linear gradient
Mixed tone
0 views
Colors
#D4FC79
rgb(212, 252, 121)
hsl(78, 96%, 73%)
#96E6A1
rgb(150, 230, 161)
hsl(128, 62%, 75%)
CSS
background: linear-gradient(90deg, #d4fc79 0%, #96e6a1 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#d4fc79] to-[#96e6a1]
Inline CSS
style="background: linear-gradient(90deg, #d4fc79 0%, #96e6a1 100%)"