#D4FC79
#96E6A1
Linear CSS gradient
#011 Dusty Grass Gradient
Dusty Grass runs angled at 120° toward the lower right, blending lemon (#D4FC79) and mint (#96E6A1) in a soft two colour stops linear CSS gradient.
The low-contrast softness makes this gradient versatile as a background layer — readable and soothing at the same time.
Works well for health and wellness apps, baby product sites, soft UI card backgrounds. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#D4FC79rgb(212, 252, 121)
#96E6A1rgb(150, 230, 161)
CSS code
background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);