#89F7FE
#66A6FF
Linear CSS gradient
#030 Happy Fisher Gradient
Happy Fisher is a soft linear CSS gradient angled at 120° toward the lower right, built from powder blue (#89F7FE) and sky blue (#66A6FF) across two colour stops.
Light and airy, the pale hues create a calm, open atmosphere that won't compete with surrounding content.
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
#89F7FErgb(137, 247, 254)
#66A6FFrgb(102, 166, 255)
CSS code
background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);