#F5F7FA
#C3CFE2
Linear CSS gradient
#026 Saint Petersburg Gradient
Saint Petersburg runs angled at 135° steeply downward, blending lavender (#F5F7FA) and lavender (#C3CFE2) in a soft two colour stops linear CSS gradient.
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
#F5F7FArgb(245, 247, 250)
#C3CFE2rgb(195, 207, 226)
CSS code
background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);