#A18CD1
#FBC2EB

Linear CSS gradient

#002 Night Fade Gradient

Night Fade is a linear CSS gradient built from 2 colors: #A18CD1, #FBC2EB. It works well for hero sections, UI surfaces, marketing pages, and subtle background treatments.

Use the palette table below to grab exact HEX and RGB values, then copy the raw CSS snippet and drop it straight into your project without re-building the gradient by hand.

Color palette

ColorHEXRGB
#A18CD1rgb(161, 140, 209)
#FBC2EBrgb(251, 194, 235)

CSS code

background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);

#002 Night Fade Gradient preview