#A8EDEA
#FED6E3
Linear CSS gradient
#023 Rare Wind Gradient
Rare Wind runs flowing upward from bottom to top, blending powder blue (#A8EDEA) and blush pink (#FED6E3) 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
#A8EDEArgb(168, 237, 234)
#FED6E3rgb(254, 214, 227)
CSS code
background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);