#ACCBEE
#E7F0FD
Linear CSS gradient
#051 February Ink Gradient
February Ink is a soft linear CSS gradient flowing upward from bottom to top, built from lavender (#ACCBEE) and lavender (#E7F0FD) across two colour stops.
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
#ACCBEErgb(172, 203, 238)
#E7F0FDrgb(231, 240, 253)
CSS code
background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);