#AC32E4
#7918F2
#4801FF
Linear CSS gradient
#168 Night Call Gradient
Night Call is a linear CSS gradient built from 3 colors: #AC32E4, #7918F2, #4801FF. 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
#AC32E4rgb(172, 50, 228)
#7918F2rgb(121, 24, 242)
#4801FFrgb(72, 1, 255)
CSS code
background-image: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);