#A6C0FE
#F68084
Linear CSS gradient
#014 Amy Crisp Gradient
Amy Crisp runs angled at 120° toward the lower right, blending lavender (#A6C0FE) and blush pink (#F68084) 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
#A6C0FErgb(166, 192, 254)
#F68084rgb(246, 128, 132)
CSS code
background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);