#8BAAAA
#AE8B9C
Linear CSS gradient
#083 Jungle Day Gradient
Jungle Day runs angled at 45° toward the upper right, blending teal (#8BAAAA) and hot pink (#AE8B9C) in a muted two colour stops linear CSS gradient.
The muted palette acts as a neutral stage — sophisticated enough on its own, but always cooperative with overlaid elements.
Works well for editorial and publishing sites, minimal portfolios, subtle page dividers. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#8BAAAArgb(139, 170, 170)
#AE8B9Crgb(174, 139, 156)
CSS code
background-image: linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);